跳转到主要内容
GET
/
v1
/
expandUrl
Expand shortened video or audio URLs
curl --request GET \
  --url https://api.bibigpt.co/api/v1/expandUrl \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "costDuration": 123,
  "remainingTime": 123
}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

url
string
必填

响应

Successful response

url
string
必填
costDuration
number
remainingTime
number