About this endpoint
What it does
Resolves a shortened URL by following redirects and returns the endpoint’s success response. The request accepts the URL to unshorten plus optional redirect and timeout limits.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | The URL to resolve. Minimum length: 3 characters. |
| max_hops | Integer | No | Maximum number of redirects to follow. Default: 10. Minimum: 1. Maximum: 30. |
| timeout_s | Integer | No | Timeout in seconds for the unshortening request. Default: 8. Minimum: 1. Maximum: 20. |
Response
Returns a JSON object. The response schema does not declare any fixed top-level fields and allows additional properties, so the exact success payload shape is not specified in the schema.
| Attribute | Type | Mandatory | Description |
|---|