Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-dataRequired
Request Code Samples
curl --location '/v1/videos' \
--header 'Authorization: Bearer <token>' \
--form 'model="grok-videos"' \
--form 'prompt="让牛快乐的跳科目三"' \
--form 'seconds="6"' \
--form 'input_reference=""' \
--form 'size="16:9"'
Responses
application/json
Modified at 2026-05-02 07:40:16