Overview
The Video Effects List API provides a complete catalog of all available video effect templates in the GoEnhance platform. Use this endpoint to discover effect options, display them to your users, or programmatically select effects for your application.Response Format
The API returns an array of effect templates, each containing:effect_id
: Unique identifier for the effect (used in generate endpoints)label
: Human-readable name of the effecturl
: Preview video URL to showcase the effect- Additional metadata about the effect
Usage Examples
This endpoint is useful for:- Building effect selection interfaces in your application
- Dynamically updating available effects without code changes
- Displaying preview videos to demonstrate effects to users
- Retrieving effect IDs needed for the generate endpoints
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The response is of type object
.