diff --git a/404.html b/404.html index 91cf253d6..acf6d39d2 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
POST/createdocument/:template_id
The Create Document API allows you to generate new documents by providing template_id.
Path Parameters
objectId of template
Path Parameters
objectId of Template
Body
required
signers
object[]
Array [
]
In success response you will get url in response if you are also signer in document otherwise only get objectId, messsage
Schema
{
"objectId": "hji2zxcv2P",
"url": "https://example.com",
"message": "Document sent successfully!"
}
If you haven't add widgets and signers in template or not provide signers along with their roles in body
Schema
{
"error": "Please setup template properly!"
}
Invalid API Token!
Schema
{
"error": "Invalid API token!"
}