# Bigspin ## Docs - [Bigspin API Authentication: API Keys and Bearer Tokens](https://docs.bigspin.ai/api-reference/authentication.md): Learn how to generate a Bigspin API key and pass it as a Bearer token in every API request, plus how to handle authentication error responses. - [Bigspin Public API Overview: Endpoints and Base URL](https://docs.bigspin.ai/api-reference/introduction.md): An overview of Bigspin's public API, base URL, authentication model, and links to the Projects and Transcripts API references. - [Projects API: Create and list Bigspin projects](https://docs.bigspin.ai/api-reference/projects.md): Create, list, and retrieve Bigspin projects via the public API. Projects hold the transcripts you upload for analysis and reporting. - [Transcripts API: Upload and retrieve transcripts](https://docs.bigspin.ai/api-reference/transcripts.md): Upload conversation transcripts into a Bigspin project via the public API, list transcripts in a project, and retrieve a single transcript with turns and annotations. - [Core Concepts: The Bigspin mental model explained](https://docs.bigspin.ai/core-concepts.md): Understand the key building blocks of Bigspin — projects, transcripts, reports, data sources, and API keys — before you dive into the product. - [Braintrust Integration: Sync Traces into Bigspin](https://docs.bigspin.ai/integrations/braintrust.md): Link your Braintrust account to Bigspin to automatically import experiment logs as transcripts. Filter by metadata to scope which traces each project ingests. - [LangSmith Integration: Sync Traces into Bigspin](https://docs.bigspin.ai/integrations/langsmith.md): Link your LangSmith account to Bigspin to automatically import traces as transcripts. Apply metadata filters to scope which traces each project ingests. - [What Is Bigspin?](https://docs.bigspin.ai/introduction.md): Bigspin helps you see how your users actually experience your AI agent. - [Understand and Act on AI-Generated Project Reports](https://docs.bigspin.ai/projects/analyze-reports.md): Bigspin generates AI-powered reports from your transcripts, surfacing quality issues, patterns, and trends. Learn how to view reports and improve your AI. - [Connect LangSmith or Braintrust as a Data Source](https://docs.bigspin.ai/projects/connect-data-sources.md): Sync traces from LangSmith or Braintrust into Bigspin automatically. Set up your API key in Settings and use metadata filters to scope ingested traces. - [Projects: Organize Your AI Conversation Analysis](https://docs.bigspin.ai/projects/overview.md): Projects group your AI conversation transcripts for analysis. Learn how to create, rename, delete, and navigate projects in the Bigspin dashboard. - [Upload AI Conversation Transcripts to a Project](https://docs.bigspin.ai/projects/upload-transcripts.md): Import transcripts into a Bigspin project using CSV, TSV, JSON, JSONL, or Parquet files. Learn the required schema and how to structure your data. - [Bigspin Quickstart: From Sign-Up to First Report](https://docs.bigspin.ai/quickstart.md): Go from sign-up to your first AI-generated report in minutes. Create a project, upload transcripts, and read your first analysis results. - [API Keys: Secure Bigspin Programmatic Access](https://docs.bigspin.ai/settings/api-keys.md): Generate, revoke, and rotate API keys to authenticate requests to the Bigspin public API (Projects and Transcripts). Includes security best practices. - [Bigspin Billing: Manage Plans and Subscriptions](https://docs.bigspin.ai/settings/billing.md): View your current Bigspin plan, manage your subscription, and get help with billing questions from the Billing page in your dashboard. - [Teams & Organizations: Manage Members and Access](https://docs.bigspin.ai/settings/teams.md): Understand Bigspin's organization model, invite team members, manage roles, and switch between multiple organizations from the dashboard. ## OpenAPI Specs - [openapi](https://docs.bigspin.ai/api-reference/openapi.json)