# ConchAI B2B API ## Docs - [Delete a flashcard set by ID.](https://docs.getconch.ai/api-reference/flashcards/delete-a-flashcard-set-by-id.md) - [Generate flashcards from a source.](https://docs.getconch.ai/api-reference/flashcards/generate-flashcards-from-a-source.md) - [Get a flashcard set by ID.](https://docs.getconch.ai/api-reference/flashcards/get-a-flashcard-set-by-id.md) - [List flashcard sets for the authenticated organization.](https://docs.getconch.ai/api-reference/flashcards/list-flashcard-sets-for-the-authenticated-organization.md) - [Delete a mindmap by ID.](https://docs.getconch.ai/api-reference/mindmaps/delete-a-mindmap-by-id.md) - [Generate a mindmap from a source.](https://docs.getconch.ai/api-reference/mindmaps/generate-a-mindmap-from-a-source.md) - [Get a mindmap by ID.](https://docs.getconch.ai/api-reference/mindmaps/get-a-mindmap-by-id.md) - [List mindmaps for the authenticated organization.](https://docs.getconch.ai/api-reference/mindmaps/list-mindmaps-for-the-authenticated-organization.md) - [Create a new organization and issue its API key.](https://docs.getconch.ai/api-reference/organization/create-a-new-organization-and-issue-its-api-key.md) - [API Reference Overview](https://docs.getconch.ai/api-reference/overview.md): Endpoint inventory for the latest /v1 business APIs. - [Delete a quiz by ID.](https://docs.getconch.ai/api-reference/quizzes/delete-a-quiz-by-id.md) - [Generate a quiz from a source.](https://docs.getconch.ai/api-reference/quizzes/generate-a-quiz-from-a-source.md) - [Get a quiz by ID.](https://docs.getconch.ai/api-reference/quizzes/get-a-quiz-by-id.md) - [List quizzes for the authenticated organization.](https://docs.getconch.ai/api-reference/quizzes/list-quizzes-for-the-authenticated-organization.md) - [Delete a source by ID.](https://docs.getconch.ai/api-reference/sources/delete-a-source-by-id.md) - [Get a source by ID.](https://docs.getconch.ai/api-reference/sources/get-a-source-by-id.md) - [Ingest a source (file upload, YouTube URL, or webpage URL).](https://docs.getconch.ai/api-reference/sources/ingest-a-source-file-upload-youtube-url-or-webpage-url.md): Upload a file or provide a URL to ingest content. When uploading a file, send the request as `multipart/form-data` with the file in the `file` field and source metadata in the `source` field as a JSON string. - [List sources for the authenticated organization.](https://docs.getconch.ai/api-reference/sources/list-sources-for-the-authenticated-organization.md) - [Authentication](https://docs.getconch.ai/authentication.md): How to authenticate with admin and API key headers for /v1 endpoints. - [Introduction](https://docs.getconch.ai/introduction.md): Overview of the latest ConchAi B2B APIs under /v1. - [Quickstart](https://docs.getconch.ai/quickstart.md): Create an organization, upload a source, and generate resources. ## OpenAPI Specs - [v1](https://docs.getconch.ai/openapi/v1.yaml) - [openapi](https://docs.getconch.ai/api-reference/openapi.json)