cURL
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>" } ] }
Create a Tracer search job.
Tracer is an autonomous agent that searches GitHub repositories to answer your question. Returns immediately with a job_id and session_id. Use /github/tracer//stream to receive real-time updates.
Research question
1 - 10000
Repositories in owner/repo format
Additional context
5000
Model override (claude-opus-4-6 or claude-opus-4-6-1m)
Successful Response
Was this page helpful?