cURL
curl --request POST \ --url https://dev.api.runpulse.com/convert \ --header 'Content-Type: application/pdf' \ --header 'x-api-key: <api-key>' \ --data '"<string>"'
{ "s3_object_url": "<string>", "presigned_url": "<string>" }
Upload a file to secure S3 storage and receive a URL for processing with /extract. Useful when you need to reuse the uploaded file multiple times.
API key for authentication
The raw PDF file content
File uploaded successfully
S3 URL of uploaded file
Presigned URL for direct access