Partner API Quickstart Guide
Welcome! In just a few simple steps, you'll make your first API call and begin integrating science-backed audio treatments that enhance wellbeing into your app.
Step 1: Get Your API Key
- Contact Audicin developers at developers@audicin.com to retrieve your API key.
- Your API key is required to authenticate all requests to the Audicin API. Once added to a request, the API key remains valid for the duration of the browser or application session.
Step 2: Add API Key to Request
- Navigate to any API endpoint you want to test in the API Reference page.
- Click the Try it button to enable editing for the request.
- Replace the Bearer Token value under the Security section with your API Key as the Bearer token.
- Fill in any required parameters under the Query section.
- Click the Send button to execute your request and view the live response.