Welcome to the YouTube URL Shortener API documentation. This API enables you to shorten YouTube URLs and obtain responses in either JSON or plain text formats. Below, you will find detailed instructions, examples, and usage guidelines.
Base URL: https://appopener.recut.in/v1/api
GET https://appopener.recut.in/v1/api?url={youtube_url}
The request supports the following parameters:
Parameter | Type | Description |
---|---|---|
url | String | The YouTube URL you want to shorten. |
json (optional) | Integer (1) | Set to 1 to receive a JSON response (default). |
plain (optional) | Integer (1) | Set to 1 to receive a plain text response. |