# Intellibase Docs ## Docs - [Ingest Text](https://docs.intellibase.dev/api-reference/ingestion/ingest.md): Add text data to your project for knowledge extraction and indexing - [API Reference](https://docs.intellibase.dev/api-reference/introduction.md): Complete API reference for the Intellibase REST API - [Get Job](https://docs.intellibase.dev/api-reference/jobs/get.md): Retrieve details and status of a specific ingestion job - [List Jobs](https://docs.intellibase.dev/api-reference/jobs/list.md): Retrieve all ingestion jobs for a project - [Create Ontology](https://docs.intellibase.dev/api-reference/ontologies/create.md): Save an ontology in Intellibase and generate an ontology ID which can then be used to create a project with this ontology - [Get Ontology](https://docs.intellibase.dev/api-reference/ontologies/get.md): Retrieve complete ontology details including schema - [List Ontologies](https://docs.intellibase.dev/api-reference/ontologies/list.md): Retrieve all ontologies in your account - [Suggest Ontology](https://docs.intellibase.dev/api-reference/ontologies/suggest.md): Get an AI-generated ontology suggestion by describing the use case or agent persona, optionally sample expected input/ ouput that the agent will be expected to perform. - [Create Project](https://docs.intellibase.dev/api-reference/projects/create.md): Create a new Intellibase project in KG+Vector or Vector-Only mode - [Delete Project](https://docs.intellibase.dev/api-reference/projects/delete.md): Permanently delete a project and all its data - [Get Project](https://docs.intellibase.dev/api-reference/projects/get.md): Retrieve detailed information about a specific project - [List Projects](https://docs.intellibase.dev/api-reference/projects/list.md): Retrieve all projects in your account - [Query Project](https://docs.intellibase.dev/api-reference/query/query.md): Query your knowledge base with natural language questions - [Authentication](https://docs.intellibase.dev/authentication.md): Learn how to authenticate with the Intellibase API - [Welcome to Intellibase](https://docs.intellibase.dev/index.md): The context engineering layer for your agents - [Quickstart](https://docs.intellibase.dev/quickstart.md): Get started with Intellibase in 5 minutes ## OpenAPI Specs - [openapi](https://docs.intellibase.dev/api-reference/openapi.json)