Get Template Details

GEThttps://api.konpro.ai/v1/templates/{template_id}

Fetch detailed information about a specific video template, including all customizable variables supported by the template.

Request History

Log in to see full request history

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Path Parameter

ParameterTypeDescription
template_idstringUnique identifier of the template (required)

Response Structure

The response contains a collection of variables that can be customized within the template. Each variable includes:

FieldTypeDescription
variables.<name>.namestringName of the variable as defined by the user
variables.<name>.typestringType of variable (e.g., text, image, video)
variables.<name>.properties.contentstringDefault text content for text variables
variables.<name>.properties.urlstringDefault URL for image, video, or audio variables
variables.<name>.properties.asset_idstringDefault asset ID for media variables
variables.<name>.properties.fitstringDefault fit setting for image or video variables
variables.<name>.properties.play_stylestringDefault playback style for video variables
variables.<name>.properties.character_idstringDefault character ID for character variables
variables.<name>.properties.typestringType of character for character variables
variables.<name>.properties.voice_idstringDefault voice ID for text variables

cURL Request

shell
curl --request GET \
--url https://api.konpro.ai/v1/templates/<template_id> \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'

Example Usage

Shell
curl --request GET \
--url https://api.konpro.ai/v1/templates/<template_id> \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'

LANGUAGE

CREDENTIALS

HEADER

RESPONSE

Examples

Choose an example:

application/json
200 - Result
404 - Result