Skip to main content
PUT
/
{presigned-url}
Upload Image
curl --request PUT \
  --url https://api.legitmark.com/{presigned-url} \
  --header 'Content-Type: image/jpeg' \
  --data '"<string>"'
"<string>"

Path Parameters

presigned-url
string<uri>
required

The complete pre-signed URL returned from GET /api/media/upload-url endpoint

Body

Binary image file data

The body is of type file.

Response

Image uploaded successfully to S3

S3 response (usually empty for successful uploads)