v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBComponent Library
Generate Thumbnail Upload URL
Generates a pre-signed URL for securely uploading a thumbnail image. The link expires after 10 minutes.
Considerations:
- Uploaded images are not optimized by the server; please upload images pre-optimized for web use.
- Each uploaded file receives a unique thumbnailId for reference within your application, but the file name in the bucket is derived from this ID, ensuring no conflicts with existing files.
post/v4/thumbnails/upload-url
Request body
Example request
{
"fileName": "unique-thumbnail.jpg",
"contentType": "image/jpeg"
}Response
Successfully generated URL for thumbnail upload.