Digio Apis

Getting started with Digio Rest Apis

API SERVER

SELECTED: https://api.digio.in
AUTHENTICATION
No API key applied
General ⦂

Generate Document From Template

post {BASE_URL}/v2/client/template/{templateKey}/generate_doc

Generate Document From Template

REQUEST
PATH PARAMETERS
QUERY-STRING PARAMETERS
REQUEST BODY application/json
object
Single line description

Request Body containing template key and template value

Field
Type
Description
[any-key]
string

Request Body containing template key and template value

API Server
https://api.digio.in
Authentication
Not Required
curl -X POST "https://api.digio.in/v2/client/template/{templateKey}/generate_doc" \
 -H 'accept: application/json' 
RESPONSE
application/json
object
Single line description
Field
Type
Description
success
boolean

Depicting whether the request failed or not

application/json
object
Single line description
Field
Type
Description
details
string

Details about the exception. Usually contains the exception id for reference.

code
string

Error code

message
string

Description of the error

errors
string

Custom errors