Document Search
Endpoint
POST /search/documentsParameters
Parameter
Type
Required
Description
Example Request
curl -X POST "https://api.orbitfin.ai/v1/search/documents" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"query": "artificial intelligence investments",
"orbit_entity_id": ["ent_2vxp8q3n", "ent_7kms9p2w"],
"search_type": "semantic",
"limit": 10
}'Response
Last updated