Skip to main content

Generate a document

POST 

/v1/documents/generate

Generate any document. This API is designed to be used to generate GS1 labels, invoices and any document that requires external data.

Request

Body

    template_id string

    The template name. Required if template is not provided.

    template string

    The template content. Required if template_id is not provided.

    doc_format string

    The format of the document

    doc_name string

    The file name

    data

    object

    The template data

    property name* any

    Default value: [object Object]

    The template data

Responses

Schema

    template_id string

    The template name

    doc_format string

    The format of the document

    doc_name string

    The file name

    doc_file stringrequired

    A base64 file content

Loading...