Skip to main content
POST
/
extract
/
engineering
/
{extraction_id}
/
query
Query engineering extraction
curl --request POST \
  --url https://apigcp.trynia.ai/v2/extract/engineering/{extraction_id}/query \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "conversation_history": [
    {}
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

extraction_id
string
required

Body

application/json
query
string
required
conversation_history
Conversation History · object[]

Response

Successful Response