Digio Apis

Getting started with Digio Rest Apis

API SERVER

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

Generate (merge) documents from multiple templates

post {BASE_URL}/v2/client/template/multi_templates/generate_doc_and_merge

Generate (merge) documents from multiple templates

Requires Base 64 encoded clientId:clientSecret in Authorization header
REQUEST
QUERY-STRING PARAMETERS
REQUEST BODY application/json
array
Single line description
Field
Type
Description
- template_values
object

template values

[any-key]
string

template values

- template_table_values
object
- [any-key]
array of object
[any-key]
string
- images
object

images

- [any-key]
object

images

content *
string

BASE64 of input image

length
integer

length

width
integer

width

type *
enum

type

Allowed: jpeg┃jpg┃png┃svg
template_key *
string

Template ID value from digio dashboard

API Server
https://api.digio.in
Authentication
Required (None Applied)
curl -X POST "https://api.digio.in/v2/client/template/multi_templates/generate_doc_and_merge" \
 -H 'accept: */*' 
RESPONSE

Successfully downloaded the merged template

*/*
Single line description
Field
Type
Description
file

Merged Pdf File

application/json
 Schema not found