Pular para o conteúdo principal

Send the file bytes for a one-time upload URL

PUT 

https://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

Upload accepted; same envelope as the multipart upload endpoint