API Documentation

Build on TranscriptAI with our REST API

Check a key and read the account summary

GET/functions/v1/api-v1/me
Auth: API key
Body: -

Example (curl):

curl -X GET \
  https://xmvrjnzuprfxxpdezejh.supabase.co/functions/v1/api-v1/me \
  -H "Authorization: Bearer YOUR_API_KEY"