Share or download transformation of an Assets.

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.

SecurityApiKeyAuth or BasicAuth
Request
header Parameters
X-API-Key
required
string

Customer-specific API key required to invoke API.

Authorization
required
string

Provided by Authentication Token creation operation

AccessToken
required
string

JWT token provided by Authentication Token creation operation.

Content-Type
required
string
Value: "application/json"
X-API-Verification-Key
required
string

Additional Customer-specific API verification key to limit access to this API.

Request Body schema: application/json
required

The Request Body is a JSON object

Array of objects (AssetTransformationObject)
recipients
string

A list of emails of users to share assets with

shareMessage
string

An email message.

Responses
200

Successful operation

403

Forbidden

post/asset/transform
Request samples
application/json
{
  • "transformations": [
    ],
  • "recipients": "string",
  • "shareMessage": "A message from sender to recipient"
}
Response samples
application/json
{
  • "message": "Message sent successfully"
}