video-channel/retrieve-opus-list
Description
- Fetch the roster of Video Number (视频号) creations, which you can later access for download via the url + url_token.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
userName | Yes | string | Video-Channel Author ID |
lastBuffer | No | string | Specified Results Starting Point,Extract from the returned content |
Request Example
{
"type": 10038,
"userName": "v2_xxxx@finder",
"lastBuffer": ""
}
Return Example
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
Return Parameter Description
Parameter Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |