Upload evidence for an offboarding checklist item
Offboarding Checklist
Upload evidence for an offboarding checklist | Comp AI API
Attaches a supporting evidence file to a member’s completed offboarding checklist item, documenting that the offboarding step was actually carried out.
POST
Upload evidence for an offboarding checklist item
Documentation Index
Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Body
application/json
Name of the file
Maximum string length:
255Example:
"document.pdf"
MIME type of the file
Example:
"application/pdf"
Base64 encoded file data
Example:
"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8/5+hHgAHggJ/PchI7wAAAABJRU5ErkJggg=="
Description of the attachment
Maximum string length:
500Example:
"Meeting notes from Q4 planning session"
User ID of the user uploading the attachment (required for API key auth, ignored for JWT auth)
Example:
"usr_abc123def456"
Response
201 - undefined

