API Documentation
Integrate with our platform using our RESTful API. See endpoints, authentication, and examples below.
Getting Started
- Base URL:
https://pp.eyelayer.net/api - Authentication: Bearer Token (see your profile for API tokens)
- Rate Limits: 1000 requests/hour
Example Endpoints
GET /api/podcasts- List all podcastsGET /api/podcasts/{id}- Get podcast detailsPOST /api/podcasts- Create a new podcastGET /api/episodes- List all episodesPOST /api/episodes- Create a new episodeGET /api/user- Get current user info
API Documentation Features Status
✅ Implemented Features
- API Overview
- Example Endpoints
- External Reference Link
🚧 In Development
- Detailed Endpoint Docs
- Webhook Setup Guide
- SDKs & Code Samples