cURL
curl --request POST \ --url https://api.weblinq.dev/v1/web/markdown \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "waitTime": 0 } '
{ "success": true, "data": { "markdown": "<string>", "metadata": { "url": "<string>", "timestamp": "<string>", "wordCount": 123, "title": "<string>", "description": "<string>" } }, "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "timestamp": "2023-11-07T05:31:56Z", "creditsCost": 123 }
Convert web page content to markdown format
Enter your API token or session token
Markdown extraction parameters
0 <= x <= 5000
Markdown extracted successfully
true
false
Show child attributes
Unique request identifier for tracing
ISO timestamp when the response was generated
Credits consumed by this operation