Video Hosting API
## Video Hosting API Documentation This API allows users to upload, manage, and retrieve videos via HTTP endpoints. Below is a detailed description of the available endpoints, authentication requirements, parameters, and example responses. --- ## **Base URL** All API requests are made to: ``` https://video-hosting-api.p.rapidapi.com ``` --- ## **Authentication** Authenticate requests using the…
Video Hosting API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Uploading videos - by Files /video |
Let's upload videos |
| POST |
Uploading image - by URL /video_url |
Uploading image - by URL |
| GET |
Get All Uploaded Videos /get_videos |
Get All Uploaded Videos |
| DELETE |
Delete video /delete_video |
Delete video |
Video Hosting API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $30 / month | — |
|
| MEGA | $199 / month | — |
|