Send the file bytes for a one-time upload URL
PUThttps://platform.docana.com/api/v1/uploads/:ticket/
Second step of the two-step upload: PUT the raw file bytes to the URL returned by createDocumentUploadUrl. The URL is single-use and expires; no authentication header is required because the URL itself is the credential.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 413
- 500
Upload accepted; same envelope as the multipart upload endpoint
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Unknown, expired, or already-used upload URL
File larger than the one-time upload limit
Unexpected server error.