Skip to main content
POST
AI Video Effect

Headers

Authorization
string
required

Body

application/json
effect_id
string
required

From effect list API

Maximum string length: 500
resolution
enum<string>
required

default 480p

Available options:
480p,
540p,
720p
reference_img
string

Max 10M

custom_callback_url
string<uri>

Optional. A publicly accessible HTTPS URL. When the task status changes (processing / success / failed), GoEnhance sends a POST request to this URL. The request body is identical to the response of GET /api/v1/jobs/detail. If your server does not respond with HTTP 200, the notification is retried up to 3 times, with a 3-second timeout per attempt.

Example:

"https://your-server.com/goenhance/callback"

Response

200 - application/json
code
integer
required
msg
string
required
data
object
required