Skip to main content
POST
/
github
/
tracer
Create Tracer Job
curl --request POST \
  --url https://apigcp.trynia.ai/v2/github/tracer \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "repositories": [
    "<string>"
  ],
  "context": "<string>",
  "model": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
query
string
required

Research question

Required string length: 1 - 10000
repositories
string[] | null

Repositories in owner/repo format

context
string | null

Additional context

Maximum string length: 5000
model
string | null

Model override (claude-opus-4-6 or claude-opus-4-6-1m)

Response

Successful Response