cURL
curl --request POST \ --url https://api.ravan.ai/api/v1/rag/discover \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "url": "<string>", "max_depth": 123, "limit": 123 } '
{ "success": true, "message": "<string>", "data": { "urls": [ "<string>" ] } }
Discover URLs.
Documentation IndexFetch the complete documentation index at: https://docs.ravan.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ravan.ai/llms.txt
Use this file to discover all available pages before exploring further.
Show data
Root URL to discover from
Max crawl depth
Max URLs to return
Successful response
Show child attributes