Authorizations
API key for application authentication (format: leo_xxxxxxxxx)
Query Parameters
Service request UUID
Side UUID with file extension
Generate a pre-signed URL for secure media upload. This endpoint provides direct access to upload URLs for service request images.
Example workflow:
# Step 1: Get pre-signed URL (with required sr and side parameters)
curl --location 'https://media.legitmark.com/intent?sr=22077e95-b403-41bc-9c9d-ee0243a98fc7&side=3c14e504-8134-11ef-9e85-02d0d7ecc26b.jpg'
# Step 2: Upload to returned URL
curl -X PUT 'RETURNED_PRESIGNED_URL' \
-H 'Content-Type: image/jpeg' \
--data-binary '@image.jpg'
API key for application authentication (format: leo_xxxxxxxxx)
Service request UUID
Side UUID with file extension