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
Full API Reference

Example Endpoints

  • GET /api/podcasts - List all podcasts
  • GET /api/podcasts/{id} - Get podcast details
  • POST /api/podcasts - Create a new podcast
  • GET /api/episodes - List all episodes
  • POST /api/episodes - Create a new episode
  • GET /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