POST
/
convert
Upload File to S3
curl --request POST \
  --url https://dev.api.runpulse.com/convert \
  --header 'Content-Type: application/pdf' \
  --header 'x-api-key: <api-key>'
{
  "s3_object_url": "<string>",
  "presigned_url": "<string>"
}
Temporary Storage: /convert is purely for temporary file storage into Pulse’s S3 bucket (auto-deletes in 24 hours), and returns a presigned URL for use in /extract. For more robust processing please use your own cloud storage.

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/pdf · file

The raw PDF file content

Response

200
application/json

File uploaded successfully

The response is of type object.