Integration Overview
Spectra.fm provides an external API for programmatic access to your projects and exports, making it easy to integrate into your existing workflows.
API Documentation
Section titled “API Documentation”Full API documentation is available at api.spectra.fm/docs.
The interactive docs include all endpoints, request/response schemas, and authentication details. Always refer to the live documentation for the most up-to-date information.
Authentication
Section titled “Authentication”All API requests require an API key in the X-API-Key header:
curl -X POST "https://api.spectra.fm/project/YOUR_PROJECT_ID/export" \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"combinations": [{"locale": "en", "theme": "light"}]}'Get your API key at app.spectra.fm/settings/api-keys.
Available Integrations
Section titled “Available Integrations”- GitHub Actions - Automate screenshot generation in CI/CD
- Make - Visual automation workflows
- n8n - Self-hosted workflow automation
- Zapier - Connect with 5,000+ apps
Official SDKs are coming soon to simplify integration in your preferred language.