image

Upload Pdf

Accepts a base64-encoded PDF in JSON format, converts its pages to JPEG images (limited to the first 20 pages if longer), uploads each page to S3, and returns a list of public image URLs.

Works for both web and mobile platforms.

post/image/upload-pdf

Request body

file_contentstring required
file_namestring required
content_typestring

Response

Successful Response

statusstring required
messagestring required
image_urlsstring[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.