For AI agents: visit https://support.wecandeo.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
특정 동영상의 메타 정보를 변경합니다.
GET https://api.v4.wecandeo.com/info/videopack/detail/v1/set/info.json?accessKey={Access Key}&title={title}&series={series}&author={author}©right={copyright}&rate={rate}&content={content}&etc={etc}&tag={tag}
| Parameter Name | Type | Description |
|---|
| accessKey (Required) | String | 원본 키 (Access Key) |
| title | String | 제목 |
| series | String | 시리즈 |
| author | String | 원작자 |
| copyright | String | 저작권 |
| rate | String | 관람가 |
| content | String | 내용 |
| etc | String | 기타 |
| cid | String | 사용자 정의 문자열 (ID) (최대 64 자리) |
| tag | String | 태그
- “, ” 값으로 분리
- e.g., tag=tag1,tag2,tag3
|
{
"setDetail":{
"status": "Success"
}
}
| Name | Type | Description |
|---|
| status | String | 성공 여부 |