title | description |
---|---|
Introduction |
Learn how to get started with the Spectropic API. |
Welcome to the Spectropic documentation. This documentation is intended for developers who want to use the Spectropic API.
All API endpoints are authenticated using your API Key as a Bearer token.
Generate an API key on the dashboard at https://dashboard.spectropic.ai.
curl --request GET \
--url https://api.spectropic.ai/v1/transcripts \
--header: 'Authorization: Bearer <apikey>' \
--header: 'Content-Type: application/json'