Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 638 Bytes

introduction.mdx

File metadata and controls

22 lines (15 loc) · 638 Bytes
title description
Introduction
Learn how to get started with the Spectropic API.

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.

  curl  --request GET \
    --url https://api.spectropic.ai/v1/transcripts \
    --header: 'Authorization: Bearer <apikey>' \
    --header: 'Content-Type: application/json'