Skip to main content
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
}

Authorizations

Authorization
string
header
required

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

Query Parameters

url
string
required

Response

Successful response

url
string
required
costDuration
number
required
remainingTime
number
required