⚠️ SIP Billing Starts November 10, 2025 - See Ultravox Pricing for details.
Queries the specified corpus and returns the specified number of results
cURL
curl --request POST \ --url https://api.ultravox.ai/api/corpora/{corpus_id}/query \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "query": "<string>", "maxResults": 123 }'
[ { "content": "<string>", "score": 123, "citation": { "sourceId": "<string>", "documentId": "<string>", "publicUrl": "<string>", "title": "<string>" } } ]
API key
A request to query a corpus.
The query to run.
The maximum number of results to return.
The content of the retrieved chunk.
The score of this chunk, with higher scores indicating better matches.
A citation for this chunk. A citation for a query result.
Show child attributes