Dropbox SignDropbox Sign eSignature API
GET/signature_request/files_as_data_uri/{signature_request_id}
Download Files as Data Uri
Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.
Request
- operationId
signatureRequestFilesAsDataUri- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
signature_request_id
pathstringrequired
The id of the SignatureRequest to retrieve.
fa5c8a0b0f492d768749333ad6fcc214c111e967
Responses
200
FileResponseDataUriapplication/json
successful operation
Properties: data_uri
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"data_uri": "https://example.com/resource"
}