Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.convertly.sh/llms.txt

Use this file to discover all available pages before exploring further.

Convertly is designed for products that need media processing as part of a user workflow. These examples show where the API fits and which endpoints to use.

SaaS upload pipeline

Use Convertly after a user uploads a file and before the file is published in your product.
StepConvertly role
Accept uploadReceive the original file through POST /api/convert or POST /api/compress.
Normalize mediaConvert to the format your product supports.
Optimize sizeCompress the output so pages, galleries, and downloads stay fast.
Return resultUse the returned downloadUrl immediately, or enable storage when your workflow needs a stored file ID.

Creator and agency batches

Use async jobs when users upload many files or large media that should continue processing after they leave the page.
NeedRecommended path
Batch image conversionPOST /api/jobs with jobType=convert.
Client delivery archiveEnable archive creation for grouped outputs.
Progress UIPoll GET /api/jobs/{id} while the job is pending or processing.
Workflow automationAdd webhooks so your app reacts when processing completes.

Marketplace asset cleanup

Convertly can prepare product images and listing media before they are published.
TaskConvertly capability
Standardize imagesConvert uploads to webp, jpg, or png.
Reduce heavy filesUse quality or target-size compression.
Create consistent dimensionsApply resize presets or custom width and height settings.
Avoid accidental storageLeave API storage off by default and store only in your own system.

Ecommerce product media

Use Convertly when sellers upload inconsistent product photos and your storefront needs predictable, fast assets.
NeedRecommended Convertly flow
Square catalog imagesPOST /api/media/transform with preset=ecommerce.
Fast storefront deliveryGenerate WebP or AVIF outputs and cache the resulting asset.
Zoom-ready originalsStore the original separately and publish optimized derivatives.
Background importsCreate async jobs with idempotency keys so retries do not duplicate work.

Agency client delivery

Agencies often need repeatable conversion work for many brands, campaigns, and client portals.
NeedRecommended Convertly flow
Bulk conversionPOST /api/jobs with jobType=convert and archive creation.
Client previewsGenerate storyboards, poster frames, PDF previews, and watermarked review files.
Handoff automationUse webhooks or per-job callbacks to notify your project system.
Usage controlsTrack media API and processed-transfer usage from the dashboard.

SaaS user uploads

Use Convertly as the media-processing layer behind product upload flows.
NeedRecommended Convertly flow
Retry-safe uploadsSend Idempotency-Key on POST /api/jobs.
Avatar normalizationPOST /api/media/transform with preset=avatar.
Social previewsPOST /api/media/transform with preset=social-preview.
Event-driven UXRegister webhooks or pass callbackUrl on a job request.

CMS media pipelines

Convertly fits CMS and publishing stacks where editors upload large images, videos, and PDFs.
NeedRecommended Convertly flow
WordPress uploadsInstall the Convertly Media Optimizer plugin and connect an API key.
Editorial hero imagesPOST /api/media/transform with preset=blog-hero.
Document thumbnailsPOST /api/media/pdf-preview with async=true for large files.
Theme/CDN deliveryGenerate WebP/AVIF copies and serve them when the browser supports the format.

Internal operations tools

Teams can use Convertly inside admin dashboards and back-office workflows.
WorkflowEndpoint
One-off conversionPOST /api/convert
One-off compressionPOST /api/compress
Large batch processingPOST /api/jobs
Currency utilityPOST /api/currency/convert