ReferenceTemplatesConvert referenceToken

    Convert a reference document to text via a short-lived token (multipart, no auth header)

    Convert a reference document to text via a short-lived token (multipart, no auth header) - POST /templates/convert-reference/{token}. DocDealer REST API…

    POST
    /templates/convert-reference/{token}

    Path Parameters

    token*string
    Length1 <= length

    Response Body

    application/json

    application/json

    application/json

    application/json

    curl -X POST "https://example.com/templates/convert-reference/string"
    {  "bytes": 0,  "fileName": "string",  "mimeType": "string",  "text": "string"}