Deep Research
Endpoint
POST /research/deepParameters
Parameter
Type
Required
Description
Example Request
curl -X POST "https://api.orbitfin.ai/v1/research/deep" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"query": "Analyze competitive positioning and financial health",
"orbit_entity_id": ["ent_2vxp8q3n", "ent_7kms9p2w"],
"analysis_type": ["financial", "competitive"],
"output_format": "detailed"
}'Response
Last updated