cURL
curl --request POST \ --url https://pro.api.runpulse.com/convert \ --header 'Content-Type: <content-type>' \ --header 'x-api-key: <api-key>'
{ "presigned_url": "https://bucket-name.s3.amazonaws.com/path/to/file.pdf?[signed-parameters]", "s3_object_url": "https://bucket-name.s3.amazonaws.com/path/to/file.pdf", "statusCode": 200 }
api reference for the /convert endpoint
API key for authentication
API key for authorization
application/pdf
The PDF file to be converted as binary data
Successfully converted PDF file
The response is of type object.
object