Skip to main content
POST
/
oracle
Oracle Research
curl --request POST \
  --url https://apigcp.trynia.ai/v2/oracle \
  --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>"
    }
  ]
}

Body

application/json
query
string
required

Research question to investigate

repositories
string[] | null

Optional list of repository identifiers

data_sources
string[] | null

Optional list of documentation source identifiers

output_format
string | null

Optional output format specification

model
string | null

Model to use: claude-opus-4-6, claude-opus-4-6-1m, claude-sonnet-4-5-20250929, or claude-sonnet-4-5-1m

Response

Successful Response