/visits/{id}/exports/visit_summaryExport visit summary
Base URL https://api.vseepreview.com/api_v3 · operationId exportVisitSummary
Authentication: User Token — Requires a user access token from login or SSO.
Retrieve a PDF visit summary for a specific visit
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
X-AccountCode | header | string | yes | Account code (e.g. vclinic) | ||
id | path | string | yes | Visit ID (e.g. 1000000) |
200 — Visit summary exported successfullyExport URL — URL to visit summary PDF
{
"data": {
"url": "https://clinic.vsee.me/visits/exports/d6880792f1fa01xxxxx"
}
}
401 — Unauthorized{
"error": "Unauthorized",
"message": "Invalid or missing API token"
}
Machine-readable: OpenAPI JSON (operationId: exportVisitSummary)