Upload files (PDF, DOCX, TXT, CSV, JPG, JPEG, PNG) to a guest profile. Documents are automatically analyzed in the background. Send files as multipart form data with field name "documents". Maximum 5 files per request.
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
guestProfileId | string | The guest profile ID |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└uploadedDocuments | array of object | |
└id | string | The document ID |
└fileName | string | Original file name |
└fileSize | number | File size in bytes |