curl --request POST \
--url https://apigcp.trynia.ai/v2/oracle/sessions/{session_id}/chat/stream \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"message": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Stream a follow-up chat response for an Oracle research session.
The response is generated as grounded Q&A based on:
This is a lightweight chat mode (not a full Oracle research run).
curl --request POST \
--url https://apigcp.trynia.ai/v2/oracle/sessions/{session_id}/chat/stream \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"message": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?