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>"
}
]
}Ask follow-up questions about an engineering extraction result.
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>"
}
]
}Was this page helpful?