No API documented yet. Know where the docs live? Propose the links above.
Actions (55)
Upload · 9
- Check URL upload statusGET /from_url/status/
Query the status of a URL fetch/upload using the provided token.
documented - Complete multipart uploadPOST /multipart/complete/
Ask Uploadcare to assemble the uploaded parts into a single file.
documented - Create file groupPOST /group/
Create a file group from a set of already uploaded files.
documented - Get file group informationGET /group/info/
Retrieve information about a file group by its group_id (pub_key required).
documented - Get information about an uploaded file (Upload API)GET /info/
Retrieve information about a previously uploaded file (via Upload API endpoint).
documented - Start multipart uploadPOST /multipart/start/
Initiate a multipart upload session and receive presigned part URLs.
documented - Upload filePOST /base/
Direct file upload via multipart/form-data to Uploadcare.
documented - Upload file from URLPOST /from_url/
Instruct Uploadcare to fetch a file from a public URL and upload it to your project.
documented - Upload file partPUT /multipart/{presigned_url}
Upload an individual file part to the provided presigned URL.
documented
Add-Ons · 8
- Check ClamAV statusGET /addons/uc_clamav_virus_scan/execute/status/
Check ClamAV scan status.
documented - Check Rekognition labels statusGET /addons/aws_rekognition_detect_labels/execute/status/
Check status of Rekognition labels task.
documented - Check Rekognition moderation statusGET /addons/aws_rekognition_detect_moderation_labels/execute/status/
Check status of moderation task.
documented - Check Remove.bg statusGET /addons/remove_bg/execute/status/
Check Remove.bg processing status.
documented - Execute AWS Rekognition (labels)POST /addons/aws_rekognition_detect_labels/execute/
Run AWS Rekognition on a file to detect labels.
documented - Execute ClamAV virus scanPOST /addons/uc_clamav_virus_scan/execute/
Run malware scan on a file.
documented - Execute Rekognition moderation (labels)POST /addons/aws_rekognition_detect_moderation_labels/execute/
Run Rekognition moderation detection on a file.
documented - Execute Remove.bgPOST /addons/remove_bg/execute/
Run Remove.bg background removal on a file.
documented
Files · 8
- Batch delete filesDELETE /files/storage/
Delete multiple files in a single request.
documented - Batch store filesPUT /files/storage/
Store multiple files in a single request.
documented - Copy file to local storagePOST /files/local_copy/
Copy a file to the default local storage.
documented - Copy file to remote storagePOST /files/remote_copy/
Copy a file to a remote storage (e.g., S3) with optional naming.
documented - Delete fileDELETE /files/{uuid}/
Delete a file from Uploadcare storage.
documented - Get file infoGET /files/{uuid}/
Retrieve file metadata including size, mime type, etc.
documented - List filesGET /files/
Get a paginated list of files.
documented - Store filePUT /files/{uuid}/storage/
Mark a file as stored (permanent) using the file UUID.
documented
Conversion · 5
- Convert documentPOST /convert/document/
Convert a document to a target format.
documented - Convert videoPOST /convert/video/
Convert a video to a target format.
documented - Document conversion job statusGET /convert/document/status/{token}/
Get status of a document conversion job.
documented - Document infoGET /convert/document/{uuid}/
Determine target formats for a document.
documented - Video conversion job statusGET /convert/video/status/{token}/
Get status of a video conversion job.
documented
File metadata · 5
- Delete metadata keyDELETE /files/{uuid}/metadata/{key}/
Delete a metadata key from a file.
documented - Get file metadataGET /files/{uuid}/metadata/
Return the file's metadata object.
documented - Get file metadata keysGET /files/{uuid}/metadata/
List all metadata keys for a file.
documented - Get metadata valueGET /files/{uuid}/metadata/{key}/
Get a single metadata key value.
documented - Update metadata keyPUT /files/{uuid}/metadata/{key}/
Update or create a metadata key on a file.
documented
Webhooks · 5
- Create webhookPOST /webhooks/
Create a new webhook subscription.
documented - Delete webhookDELETE /webhooks/unsubscribe/
Unsubscribe/delete a webhook.
documented - List webhooksGET /webhooks/
List webhooks configured for the project.
documented - List webhooksGET /webhooks/
List webhooks configured for the project.
documented - Update webhookPUT /webhooks/{id}/
Update an existing webhook.
documented
Image processing · 4
- Change image formatGET /get/{uuid}/-/format/{format}/
Change image format via CDN URL.
documented - Grayscale imageGET /get/{uuid}/-/grayscale/
Apply grayscale via CDN URL.
documented - Preview/resize imageGET /get/{uuid}/-/preview/{dimensions}/
Generate a preview/resize via CDN URL.
documented - Resize image (URL API)GET /get/{uuid}/-/resize/{dimensions}/
Apply resize transformation via CDN URL.
documented