GET
/
api
/
v1
/
videoeffect
/
list
AI Video Effect List
curl --request GET \
  --url https://api.goenhance.ai/api/v1/videoeffect/list \
  --header 'Authorization: Bearer <token>'
{}

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 effect
  • url: 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
For implementation of specific effects, refer to the individual effect documentation pages in the Templates section.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The response is of type object.