Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.spectropic.ai/llms.txt

Use this file to discover all available pages before exploring further.

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'