API for the Nextvisit Clinical Documentation platform for developers
Nextvisit API (1.0.0)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://developers.nextvisit.app/_mock/openapi
Production API
https://nextvisit.app/api
Beta API
https://ea.nextvisit.app/api
- Mock serverhttps://developers.nextvisit.app/_mock/openapi/v1/transcribe/file
- Production APIhttps://nextvisit.app/api/v1/transcribe/file
- Beta APIhttps://ea.nextvisit.app/api/v1/transcribe/file
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.nextvisit.app/_mock/openapi/v1/transcribe/file \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=stringResponse
application/json
{ "status": "success", "success": true, "message": "File uploaded successfully.", "text": "Patient reports improvement in symptoms since last visit. Sleep quality has improved with the current medication regimen. No side effects noted. Will continue current treatment plan and follow up in four weeks." }
- Mock serverhttps://developers.nextvisit.app/_mock/openapi/v1/transcribe/token
- Production APIhttps://nextvisit.app/api/v1/transcribe/token
- Beta APIhttps://ea.nextvisit.app/api/v1/transcribe/token
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developers.nextvisit.app/_mock/openapi/v1/transcribe/token \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
{ "success": true, "message": "Token retrieved successfully.", "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }