cURL
curl --request POST \ --url https://cloud.onyx.app/api/web-search/open-urls \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "urls": [ "<string>" ] } '
{ "results": [ { "document_citation_number": 123, "content": "<string>", "unique_identifier_to_strip_away": "<string>", "type": "open_url" } ], "provider_type": "onyx_web_crawler" }
Fetch content for specific URLs using the configured content provider. Intended to complement /search-lite when you need content for a subset of URLs.
/search-lite
Authorization header with Bearer token
URLs to fetch using the configured content provider.
1
Successful Response
Show child attributes
onyx_web_crawler
firecrawl
Was this page helpful?