Skip to main content

REST input plain HTTP

POST 

/http.input/:connection-id

The REST input plain HTTP endpoint supports the conversion of large files (larger than 100 MB). In the request body, provide a file you want to convert as the multipart/form-data content type.

Request

Path Parameters

    connection-id stringrequired

    The connection-id defines which Connection you want to run using the Simple API. The Conversion Service comes with a preconfigured Connection that has an ID archive-pdfa2-default. To use another custom integration:

    1. Go to the Conversion Service Configurator > Integration.
    2. Click the pencil icon next to one of the integrations.
    3. Under the Input section, click the pencil icon next to one of the Input configurations.
    4. Copy the connection-id from the Connection ID field.

Body

required

Upload the file to be converted as multipart/form-data content type. Include the binary data of your document in the data field.

    data binaryrequired

    Include data of the file to be uploaded.

Responses

The file was successfully submitted for conversion. The Simple API returned the converted file in the response.

Schema

    string

Loading...