cURL
curl --request POST \ --url https://api.sandbox.trycollate.ai/v1/prior-auth/authorizations/{authorizationId}/attachments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fileId": "file_123", "label": "Recent clinical note" } '
{ "id": "att_123", "authorizationId": "auth_123", "fileId": "file_123", "label": "Recent clinical note", "mimeType": "application/pdf", "sizeBytes": 48213, "downloadUrl": "https://cdn.example.com/files/authorization_attachment/file_123/clinical-note.pdf", "createdAt": "2026-03-13T17:12:00.000Z" }
Adds a single supporting document to the authorization.
Bearer token for WorkOS session JWTs and organization API keys.
"auth_123"
"file_123"
"Recent lipid panel"
Show child attributes
Created attachment.