cURL
curl --request POST \ --url https://restapi.sign.plus/v2/template/{template_id}/document \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file=@example-file.txt
{ "id": "<string>", "name": "<string>", "filename": "<string>", "page_count": 123, "pages": [ { "width": 123, "height": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Document added to envelope successfully
The response is of type object.
object