Skip to content

Media Hosting API: A open-source solution for streaming and managing media files. Upload any file type, access content via links, and easily delete files using media IDs. Simplify your media hosting needs with Media Hosting API.

License

Notifications You must be signed in to change notification settings

SxMAbel/media_hosting_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media Hosting API

License Contributions Welcome GitHub Stars Issues Pull Requests

Media Hosting API is an open-source solution for streaming and managing media files. It provides a simple and efficient way to upload, access, and delete various types of media files. With Media Hosting API, you can streamline your media hosting needs and easily integrate media file management into your applications.

Endpoints

The following endpoints are available in the Media Hosting API:

  • GET /api/v1/check/:id - Check if a media file exists by ID. Returns 'isFound', 'id', 'url'.
  • DELETE /api/v1/delete/:id - Remove a file by ID. Returns 'deleted', 'message'.
  • GET /api/v1/play/:id - Stream only videos or mp3 files. Turns link into stream source.
  • POST /api/v1/upload - Upload either images, video files, audio files. Returns 'id', 'url'.
  • GET /api/v1/view/:id - Get source link of the media that includes the ID. Returns 'url'.

Accessing Errors

If you encounter any errors while using the API, you can access the specific error message by checking response.data.error in the API response.

Contributing

We appreciate contributions to enhance the Media Hosting API. If you find any bugs or have suggestions for improvements, please feel free to contribute by following these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make the necessary modifications and fixes.
  4. Test your changes thoroughly.
  5. Submit a pull request, describing the changes you have made.

Your contributions will help make the Media Hosting API even better!

Bug Fixes

If you have identified any bugs in the API and have fixed them, we encourage you to contribute by creating a pull request. We appreciate your effort in improving the stability and reliability of the API.

Support

If you need any assistance or have questions related to the Media Hosting API, please open create an issue with your question.

Contributors

Special thanks to the all the contributors who have helped make the Media Hosting API even better!

About

Media Hosting API: A open-source solution for streaming and managing media files. Upload any file type, access content via links, and easily delete files using media IDs. Simplify your media hosting needs with Media Hosting API.

Topics

Resources

License

Stars

Watchers

Forks