v1
latestOpenAPI 3.1.12026-07-124448163.2 KBcollect.sessions
Submit a file to a collect session
Uploads a file submission for a collect item via a public token.
post/collect/sessions/{token}/submit/file
Path parameters
tokenstring required
The session token
Example:cs_live_cmll8jh7b00013b6tlu7lvntw
Response
File submitted successfully
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "pending",
"fileName": "invoice.pdf",
"fileSize": 1024,
"fileMimeType": "application/pdf",
"collectItemId": "550e8400-e29b-41d4-a716-446655440000",
"createdAt": "2024-01-01T00:00:00.000Z"
}