In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article introduces the relevant knowledge of "what are the characteristics of Videoparse". In the operation of actual cases, many people will encounter such a dilemma. Then let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
Interface features:
1. Videoparse short video resolution API supports: Douyin, Kuaishou, Little Red Book, Watermelon Video, Jinri Toutiao, Weishi, Volcano Mini Video, momo Video,
De-watermark analysis of short videos on platforms such as Yingke Video, Xiaoca Show, Open eyes, National Mini Video, National singing, Rightmost, Xiao Shadow, Weibo, Meipai, mantis shrimp and so on.
2. Support online recharge, 7-24 hours anytime, anywhere, convenient and fast
3. Detailed API documentation
An example of PHP code is as follows:
/ / appid generated by developer backend
$appId =''
/ / appsecret generated by developer backend
$appSecret =''
/ / url to be parsed
$url =''
$param = [
'appid' = > $appId
'appsecret' = > $appSecret
'url' = > $url
]
/ / get the requested address:
Https://api-sv.videoparse.cn/api/video/normalParse?appid=2m3Ju99MPXrNtkgH&appsecret=bNG3JYjT83qp4cib&url=http%3A%2F%2Fv.douyin.com%2Fa2X5ab%2F
$apiUrl = 'https://api-sv.videoparse.cn/api/video/normalParse?'.http_build_query($param);
$videoInfo = file_get_contents ($apiUrl)
Print_r ($videoInfo)
# parsing short video APIs
* * URL: https://api-sv.videoparse.cn/api/video/normalParse**
* * request method: GET/POST**
* * request parameters: * *
| | Field | Type | required | remarks | assignment |
| |-|
| | appid | string | Y | appid | the appid generated by the developer at backend | |
| | appsecret | string | Y | appsecret | the appsecret generated by the developer at backend | |
| | url | string | Y | the address of the short video to be resolved |
* * returned result: * *
* * success: * *
{"code": 0, "msg": "success", "body": {"source": "xigua", "url": "https://m.ixigua.com/group/6728604696400888327/?app=video_article×tamp=1574303853&tt_from=copy_link&utm_source=copy_link&utm_medium=ios&utm_campaign=client_share","title":"","cover_url":""," "video_url": "http://v6-default.ixigua.com/696e84ccaf522ab262fe45de1671df69/5de4ae25/video/m/220feb414e7fe584acdaf674e20116bbe091163284900000a3afdb00e251/?a=2012&br=537&cr=0&cs=0&dr=0&ds=2&er=&l=2019120213211801001404702919350ECC&lr=&qs=0&rc=M205bTw3aDhmbzMzZTczM0ApZzg3NWg0NTtkNzkzN2lpZWc1Y2lvZDRkZ2RfLS1gLTBzc2NjYC00NS9fYmAuXy1hLy86Yw%3D%3D"}}"
* * failed: * *
{"code": 10001, "msg": "parameter lost", "body": []}
* * return field comments * *
| | Field name | comment | Note |
| |-|
| | code | error code | error code: please refer to the error code description |
| | msg | error message | error code: please refer to the error code description |
| | body |
| | source | parse the video source | such as douyin, kuaishou |
| | url | url requested by the developer |
| | title | short video title |
| | cover_url | short video cover |
| | video_url | Video address without watermark | this address has a validity limit and cannot be stored permanently | |
This is the end of the content of "what are the characteristics of Videoparse". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.