Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl -X POST https://api.crevio.co/v1/web/map \ -H "Authorization: Bearer $CREVIO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url":"https://example.com","limit":50}'
{ "url": "<string>", "total_urls": 123, "urls": [ "<string>" ], "categorized_urls": {}, "timestamp": "<string>" }
Discovers URLs on a site without fetching content. Fast. Synchronous. Charges credits on success.
API key in the format: Bearer {api_token}
Site entry point.
Maximum URLs to return (default 50).
OK
Was this page helpful?