POST
/
deep-research
Deep research agent (Pro only)
curl --request POST \
  --url https://apigcp.trynia.ai/v2/deep-research \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "Compare the top 3 state management solutions for React with pros and cons",
  "output_format": "<string>"
}'
{
  "data": {},
  "citations": [
    {
      "url": "<string>",
      "title": "<string>",
      "snippet": "<string>"
    }
  ],
  "status": "completed"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json

Response

200
application/json

Research completed successfully

The response is of type object.