1. Video
COCO API
  • Video
    • Get Detail Video
      GET
    • Create Video
      POST
    • Get List Video
      GET
  1. Video

Create Video

POST
{{API_URL}}/eip/partner/video

Request

Header Params

Body Params application/json

Examples

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff '{{API_URL}}/eip/partner/video' \
--header 'apikey: {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
    "model": 1,
    "prompt": "dsdsd",
    "mode": 1,
    "resolution": 2,
    "ratio": 3,
    "duration": 4,
    "seconds": 4
}'
Response Response Example
{}
Modified at 2026-06-02 09:56:49
Previous
Get Detail Video
Next
Get List Video
Built with