Skip to main content
GET
/
index
/
{index_name}
/
answer_vqa
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

index_name
string
required

Query Parameters

query
string
required

The query to answer

search_term
string
required

The search term to use for RAG

asset_ids
string | null
mode
string | null
default:rag
system_prompt
string | null

Optional system prompt

use_markdown
boolean | null
default:true

Use markdown for response

top_p
number | null
default:0

Threshold for top-p sampling

Response

Successful Response