Skip to main content

Base URL

All API endpoints are served from:
https://api.particle.pro

Authentication

API endpoints require a valid API key. You can provide it in any of these ways (listed in priority order):
curl https://api.particle.pro/v1/podcasts \
  -H "X-API-Key: YOUR_API_KEY"

Authorization Bearer header

curl https://api.particle.pro/v1/podcasts \
  -H "Authorization: Bearer YOUR_API_KEY"

Query parameter

curl "https://api.particle.pro/v1/podcasts?api-key=YOUR_API_KEY"
Query parameter authentication exposes your key in URLs, server logs, and browser history. Prefer header-based authentication when possible.
You can create and manage API keys from the .

Obtaining Your API Key

  1. Sign up or log in at the
  2. Create an organization and project
  3. Navigate to your project’s API Keys section
  4. Click Create API Key and copy the key immediately — it won’t be shown again

The OpenAPI specification is auto-generated from the server and available at /openapi.json.