Chat Query
6. Chat Query
Endpoint
POST /chat/queryParameters
Parameter
Type
Required
Description
Example Request
curl -X POST "https://api.orbitfin.ai/v1/chat/query" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"messages": [
{
"role": "user",
"content": "Compare Apple and Microsoft R&D spending trends"
}
],
"orbit_entity_id": ["ent_2vxp8q3n", "ent_7kms9p2w"]
}'Response
Last updated