Vitale AI - Documentation
  1. Paciente
Vitale AI - Documentation
  • Vitale AI - Manual de Integração
  • Public
    • Paciente
      • Identificação do paciente
        POST
      • Atualizar anamnese
        PUT
      • Queixa do paciente
        POST
  1. Paciente

Queixa do paciente

Developing
POST
/ai/v1/patients/{cpf}/complaint
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-ai.vitaleprime.com/ai/v1/patients//complaint' \
--header 'Content-Type: application/json' \
--data-raw '{
    "complaint": "string"
}'
Response Response Example
{}

Request

Path Params
cpf
string 
required
Body Params application/json
complaint
string 
required
Informe a queixa do paciente
<= 500 characters
Examples

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2025-07-18 01:17:46
Previous
Atualizar anamnese
Built with