Get Asset

Returns a single asset.


🚧

Caution

There is an additional pay-per-use cost for this functionality and usage of video assets is subject to the Kevel Terms of Service. To get access to this feature, please contact your account manager or email [email protected].

API Syntax

When using the Get Asset API, it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:

GET https://api.kevel.co/v1/asset/{AssetID}

Where:

  • GET - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • asset - the API endpoint being called.
  • AssetID - the asset ID.
Language
Authorization
Header