Skip to main content
GET
/
v1
/
web
/
map
Extract all links found on a web page
curl --request GET \
  --url https://api.urltodata.ai/v1/web/map \
  --header 'Authorization: Bearer <token>'
{
  "urls": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:your-api-key
required

API key as Bearer token (e.g. Bearer mp_abc123_secret)

Query Parameters

url
string<uri>
required

URL to map

Response

200 - application/json

Found URLs

urls
string[]