Miza
The API hosted alongside https://mizabot.xyz; provides image and video editing operations, music downloading and converting from all common websites, file hosting and more! Note: Currently only audio features are documented. See https://mizabot.xyz/atlas for other available features. Miza has been growing in a way that is quickly becoming a tad costly, and any donations are greatly appreciated!…
Miza endpoints
| Method | Endpoint | Description |
|---|---|---|
| Essentials | ||
| GET |
IP address check /ip |
Retrieves the host (server) and remote (your) IP addresses. A fast and responsive endpoint that is also handy for checking whether the service is online. |
| Filehost | ||
| GET |
Retrieve file /d/{path} |
Retrieves a file hosted by the server. This link is usually obtained by replacing the /p/ path in the /merge and /edit endpoint responses with /f/ or /d/. The request fails if… |
| POST |
Upload chunk /upload_chunk |
Uploads a single chunk of a file. If you want a simple service that does not require a lot of redundancy, this only needs to be called once per file, with the entire file as… |
| PUT |
Merge file chunks /merge |
Merges file chunks and finalises their cache and retrieve status on the server. Must be called to make the file visible, even if only one chunk was uploaded. The x-index field in… |
| PATCH |
Edit file /edit/{path} |
Edits an existing file hosted by the server. The file's ID and key must be provided in the URL as path and query respectively. This request must be preceded by one or more… |
| DELETE |
Delete file /delete/{path} |
Permanently removes an uploaded file, rendering it unable to be retrieved or edited. This immediately cuts all links including pending downloads as well as internal filesystem… |
| Music | ||
| GET |
Song search /ytdl |
Searches for a song from popular song platforms. The API will search YouTube for the item by default. Prepend *scsearch:* to the search term to specify a search from SoundCloud,… |
| GET |
Song download/convert /ytdl |
Searches, downloads, converts, and uploads the song URL simultaneously, streaming the file with very little delay. Song URL may be from any platform supported by… |
| GET |
Playlist extraction /ytdl |
Produces information on all songs in a playlist (YouTube, Spotify, SoundCloud, etc), with much faster response time than most other available tools. Currently O(1) for YouTube,… |
| GET |
Song trimming/extending /ytdl |
Trims a song or video, outputting as a URL (similar to the concatenation function). Like the output from concat, one must send a GET request to the URL returned in order to… |
Miza pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 12 / minute |
|
| PRO | $6 / month | 30 / minute |
|
| ULTRA Recommended | $24 / month | 120 / minute |
|
| MEGA | $96 / month | 6 / second |
|