cURL
curl --request GET \ --url https://api.bibigpt.co/api/v1/expandUrl \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "costDuration": 123, "remainingTime": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Was this page helpful?