imageTable Thumbnails

Upload Thumbnails

post

Uploads thumbnail images directly to the server using multipart form-data.

Body
testkey01string · binaryRequired

The first image file to upload.

testkey02string · binaryRequired

The second image file to upload.

Responses
chevron-right
200

Successful upload

application/json
post
/middlewareapi/thumbnails

Get Pre-signed URLs for Thumbnails

post

Generates pre-signed URLs for uploading thumbnail images. Use the returned URLs to upload files with a PUT request.

Body
table_codesstringRequired

A comma-separated list of table codes for which pre-signed URLs are to be generated.

Example: testkey01,testkey02
Responses
chevron-right
200

Successfully generated pre-signed URLs

application/json
post
/middlewareapi/thumbnails-uploadUrl

Last updated