Upload Client Document
POST/api/v1/clients/:id/documents
Uploads a file to Basilic Blob storage and attaches it to the specified client. The optional description can be used to classify or annotate the document.
Request
Responses
- 201
- 400
- 401
- 404
- 429
- 500
Document uploaded successfully
Invalid request data
Invalid or missing API key
Requested resource not found
Rate limit exceeded
Response Headers
Retry-After
Seconds until rate limit resets
Internal server error