# AIMP Documentation ## Docs - [Bulk upsert documents](https://wrtntechnologies.mintlify.app/api-reference/endpoint/document-bulk-upsert.md): Bulk upsert documents into an index. Note that the maximum supported object size is 200MB. - [Delete documents](https://wrtntechnologies.mintlify.app/api-reference/endpoint/document-delete.md): Delete documents by document IDs or query filter from an index. - [Fetch documents](https://wrtntechnologies.mintlify.app/api-reference/endpoint/document-fetch.md): Lookup and return documents by document IDs from an index. - [Bulk upsert info](https://wrtntechnologies.mintlify.app/api-reference/endpoint/document-get-bulk-upsert-url.md): Request required info to upload documents. - [Query documents](https://wrtntechnologies.mintlify.app/api-reference/endpoint/document-query.md): Search an index with a query and return the most similar documents. - [Upsert documents](https://wrtntechnologies.mintlify.app/api-reference/endpoint/document-upsert.md): Upsert documents into an index. Note that the maximum supported payload size is 6MB. - [Configuring an index](https://wrtntechnologies.mintlify.app/api-reference/endpoint/index-configure.md): Configure an index. - [Create an index](https://wrtntechnologies.mintlify.app/api-reference/endpoint/index-create.md): Create an index. - [Delete an index](https://wrtntechnologies.mintlify.app/api-reference/endpoint/index-delete.md): Delete an existing index. - [Describe an index](https://wrtntechnologies.mintlify.app/api-reference/endpoint/index-describe.md): Get metadata of an existing index. - [List indexes](https://wrtntechnologies.mintlify.app/api-reference/endpoint/index-list.md): List all indexes in an existing project. - [Configure a project](https://wrtntechnologies.mintlify.app/api-reference/endpoint/project-configure.md): Configure an existing project - [Create a project](https://wrtntechnologies.mintlify.app/api-reference/endpoint/project-create.md): Create a project. - [Delete a project](https://wrtntechnologies.mintlify.app/api-reference/endpoint/project-delete.md): Delete an existing project. - [Describe a project](https://wrtntechnologies.mintlify.app/api-reference/endpoint/project-describe.md): Get metadata of an existing project. - [List projects](https://wrtntechnologies.mintlify.app/api-reference/endpoint/project-list.md): List all projects in an account. - [Introduction](https://wrtntechnologies.mintlify.app/api-reference/introduction.md): AIMP APIs let you interact with your data programmatically. - [Bulk upsert data](https://wrtntechnologies.mintlify.app/guides/data/bulk-upsert-data.md) - [Delete data](https://wrtntechnologies.mintlify.app/guides/data/delete-data.md) - [Fetch data](https://wrtntechnologies.mintlify.app/guides/data/fetch-data.md) - [Query data](https://wrtntechnologies.mintlify.app/guides/data/query-data.md) - [Upsert data](https://wrtntechnologies.mintlify.app/guides/data/upsert-data.md) - [Create an index](https://wrtntechnologies.mintlify.app/guides/indexes/create-an-index.md) - [Data types](https://wrtntechnologies.mintlify.app/guides/indexes/data-types.md) - [Manage indexes](https://wrtntechnologies.mintlify.app/guides/indexes/manage-indexes.md) - [Understanding indexes](https://wrtntechnologies.mintlify.app/guides/indexes/understanding-indexes.md) - [Overview](https://wrtntechnologies.mintlify.app/guides/overview/overview.md) - [Create a project](https://wrtntechnologies.mintlify.app/guides/projects/create-a-project.md) - [Manage projects](https://wrtntechnologies.mintlify.app/guides/projects/manage-projects.md) - [Understanding projects](https://wrtntechnologies.mintlify.app/guides/projects/understanding-projects.md) ## OpenAPI Specs - [openapi](https://wrtntechnologies.mintlify.app/api-reference/openapi.yaml)