cURL
curl --request GET \ --url https://api.example.com/index/{index_name}/answer_vqa \ --header 'X-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
The query to answer
The search term to use for RAG
Optional system prompt
Use markdown for response
Threshold for top-p sampling
Successful Response