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

Identificação do paciente

Testing
POST
/ai/v1/patients/register
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-ai.vitaleprime.com/ai/v1/patients/register' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cpf": "00000000000",
    "name": "Nome completo do paciente",
    "birthdate": "2025-05-25",
    "gender": "M",
    "social_name": null,
    "email": "email@paciente.com"
}'
Response Response Example
{}

Request

Body Params application/json
cpf
string 
required
>= 11 characters<= 11 characters
Example:
000000000000
name
string 
required
Nome completo do paciente
birthdate
string <date>
required
Data de nascimento
Example:
2025-05-25
gender
string 
required
Sexo do paciente
>= 1 characters<= 1 characters
Examples:
MF
social_name
string  | null 
optional
Nome social
email
string  | null 
optional
Email do paciente
Examples

Responses

🟢201Criado
application/json
Body
object {0}
Modified at 2025-07-18 01:36:23
Previous
Vitale AI - Manual de Integração
Next
Atualizar anamnese
Built with