Skip to main content

Welcome

Welcome to the Spectropic documentation. This documentation is intended for developers who want to use the Spectropic API.

Authentication

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.
Request Example
  curl  --request GET \
    --url https://api.spectropic.ai/v1/transcripts \
    --header: 'Authorization: Bearer <apikey>' \
    --header: 'Content-Type: application/json'
I