create
POST /public/envelope/create
Create an envelope and the first document placeholder. Optionally accepts a small file directly (max 10 MB) in the request body. If a file is provided, it will be processed and uploaded directly. Otherwise, returns upload parameters for document upload.
Request Body required
Section titled “Request Body required ”object
The UUID of the workspace to create the envelope in.
The title of the envelope being created.
Base64-encoded PDF file data (max 10 MB). If provided, the file will be processed and uploaded directly, and presignedS3Params will not be returned.
Responses
Section titled “ Responses ”Default Response
object
The unique identifier of the created envelope.
The unique identifier of the first document.
Upload parameters for document upload. Only returned when no file is provided in the request.
object
The URL for uploading the document.
Fields required for the upload.
object
The bucket name.
The object key.
The content type.
The algorithm.
The credential.
The date.
The policy.
The signature.
The key in base64 for the document revision.
Default Response
object
HTTP status code
object
The error code
The error message
A suggestion to resolve the error
A URL to the documentation
The unique identifier of the request
The timestamp of the response
The path of the request
Default Response
object
HTTP status code
object
The error code
The error message
A suggestion to resolve the error
A URL to the documentation
The unique identifier of the request
The timestamp of the response
The path of the request
Default Response
object
HTTP status code
object
The error code
The error message
A suggestion to resolve the error
A URL to the documentation
The unique identifier of the request
The timestamp of the response
The path of the request
Default Response
object
HTTP status code
object
The error code
The error message
A suggestion to resolve the error
A URL to the documentation
The unique identifier of the request
The timestamp of the response
The path of the request