Parallect.ai
API Reference

Authentication

API key authentication for the Parallect REST API

Authentication

All REST API requests require an API key sent as a Bearer token.

Usage

Include your key in the Authorization header:

curl https://parallect.ai/api/v1/threads \
  -H "Authorization: Bearer YOUR_API_KEY"

Key Management

  • Keys are created in the dashboard settings
  • The full key is shown only once at creation -- copy it immediately
  • Lost keys cannot be recovered; revoke and create a new one if needed
  • Keys can be revoked at any time from the dashboard

Base URL

https://parallect.ai/api/v1

On this page