ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# API调用 ## `API`调用接口 #### 接口地址:`https://api.wslmf.com/` ## 身份认证 请求付费接口均需要在请求`header`头中传递参数`qd-key`作为当前请求用户标识。 此参数值通过`用户模块`相关接口获得。 ## 调用示例 ```curl curl -X GET -H "Accept:*/*" -H "qd-key:d18a2fe6978a40c8821d96fdfae74c3e" -H "Content-Type:application/x-www-form-urlencoded" "https://api.wslmf.com/api/v1/parse-video/video-source" ```