curl --request POST \
--url https://apigcp.trynia.ai/v2/oracle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"repositories": [
"<string>"
],
"data_sources": [
"<string>"
],
"output_format": "<string>",
"model": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Run Oracle research and return complete result (non-streaming).
curl --request POST \
--url https://apigcp.trynia.ai/v2/oracle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"repositories": [
"<string>"
],
"data_sources": [
"<string>"
],
"output_format": "<string>",
"model": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}API key must be provided in the Authorization header
Research question to investigate
Optional list of repository identifiers
Optional list of documentation source identifiers
Optional output format specification
Model to use: claude-opus-4-6, claude-opus-4-6-1m, claude-sonnet-4-5-20250929, or claude-sonnet-4-5-1m
Successful Response
Was this page helpful?