Integration & API
API Authentication & Setup
Learn how to authenticate with the Polymuse API and make your first API calls.
Published 3/5/2024
api
authentication
development
The Polymuse API allows you to programmatically manage products, generate visualizations, and integrate with your existing systems.
Getting Your API Key
Navigate to Settings > API Keys in your dashboard. Click "Generate New Key" and securely store your API key.
Making API Requests
Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY