API Reference

Access powerful tools to manage and organize your digital media with our RESTful API. Build custom solutions seamlessly integrated with Media Gallery.

API Endpoints

Endpoint Method Description
/v1/media POST Upload and manage media files in bulk
/v1/media/{id} GET Retrieve metadata and preview of specific media item
/v1/collections GET List all organized media collections and tags

Get Started

Use any supported HTTP client to call our endpoints. Authentication is done using the Authorization header with Bearer tokens.


curl -X GET "https://api.medialibrary/v1/media" \
     -H "Authorization: Bearer YOUR_API_KEY"

                    

Frequently Asked Questions

How do I get a developer token?

Sign up at /api to receive your access credentials.

What are the rate limits?

Standard accounts have 1000 read requests per hour. Enterprise plans have higher limits available on request.