Execute Open Urls
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"
}
]
}Search
Execute Open Urls
Fetch content for specific URLs using the configured content provider.
Intended to complement /search-lite when you need content for a subset of URLs.
POST
/
web-search
/
open-urls
Execute Open Urls
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"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header with Bearer token
Body
application/json
URLs to fetch using the configured content provider.
Minimum array length:
1Was this page helpful?
⌘I