cURL
curl --request POST \ --url https://api.weblinq.dev/v1/web/links \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "includeExternal": true, "waitTime": 0 }'
{ "success": true, "data": { "links": [ { "url": "<string>", "text": "<string>", "type": "internal" } ], "metadata": { "url": "<string>", "timestamp": "<string>", "totalLinks": 123, "internalLinks": 123, "externalLinks": 123 } }, "creditsCost": 123, "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "timestamp": "2023-11-07T05:31:56Z" }
Get all links from the specified URL with optional filtering
Enter your API token or session token
Link extraction parameters
The body is of type object.
object
Links extracted successfully
The response is of type object.