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

Em teste
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
{}

Requisição

Parâmetros Bodyapplication/json

Examples

Respostas

🟢201Criado
application/json
Body

Modificado em 2025-07-18 01:36:23
Página anterior
Vitale AI - Manual de Integração
Próxima página
Atualizar anamnese
Built with