Erome Downloader API

Integrate the most powerful Erome downloader directly into your applications.

Introduction

Our API allows developers to programmatically extract media content from Erome albums and profiles. All responses are returned in JSON format.

Base URL:

https://eromedownloader.net/api

Authentication

To use our API, you need an API Key which can be generated in your Developer Dashboard.

Pass your key as a parameter named key in your requests.

GET https://eromedownloader.net/api/download/posts?key=YOUR_API_KEY&urls=URLS

Endpoints

Download Posts

Extract direct media links from Erome albums.

POST /api/download/posts
Parameters
Property Type Description
key string Required Your API access key.
urls string Required Erome URL(s) to process.
Example Response
{
    "status": "success",
    "posts": [
        {
            "caption": "Album Title",
            "author": { "name": "Username" },
            "content": [
                {
                    "type": "video",
                    "url": "https://www.erome.com/v/..."
                }
            ]
        }
    ]
}

API Support

Have questions about integrating our API?

Contact Support