POST
/
fluid
/
gemini
Busca Em Múltiplas Coleções (Post)
curl --request POST \
  --url https://services.staging.app.dados.rio/busca/fluid/gemini \
  --header 'Content-Type: application/json' \
  --header 'x-recaptcha-token: <x-recaptcha-token>' \
  --data '{
  "query": "<string>",
  "model": "<string>",
  "allow_functions": true,
  "use_google_search": true,
  "user_number": "<string>"
}'
"<any>"

Headers

x-recaptcha-token
string
required

ReCaptcha token

Maximum length: 5000

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.