Transform asset and download or share transformation with an email. If email is available then this API will share link (send email) of transformed file.
Note: Access to this API Service is currently limited. Contact Tenovos Customer Support to inquire further about access to this API Service if needed.
The Request Body is a JSON object
Successful operation
Forbidden
{- "transformations": [
- {
- "objectId": "9f23f1d5-44c1-4b69-8f66-8f0fd03b62c7",
- "expiration": 3600,
- "source": "imagePreviewLarge",
- "includeOriginal": false,
- "transformations": "png"
}
], - "recipients": "string",
- "shareMessage": "A message from sender to recipient"
}
{- "message": "Message sent successfully"
}