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

Get Detail Video

GET
{{API_URL}}/eip/partner/video/{publicId}

Request

Path Params

Header Params

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff '{{API_URL}}/eip/partner/video/b8108d56-afe9-47da-a40f-4118067194d7' \
--header 'apikey: {{API_KEY}}' \
--header 'Content-Type: text/plain' \
--data ''
Response Response Example
{}
Modified at 2026-06-02 10:49:58
Next
Create Video
Built with