# Impala AI Documentation ## Docs - [Cancel Batch](https://docs.getimpala.ai/api-reference/batches/cancel-batch.md): Cancel a batch. - [Create Batch](https://docs.getimpala.ai/api-reference/batches/create-batch.md): Create a new batch of API requests. - [Get Batch](https://docs.getimpala.ai/api-reference/batches/get-batch.md): Retrieve a specific batch. - [List Batches](https://docs.getimpala.ai/api-reference/batches/list-batches.md): List all batches. - [Delete File](https://docs.getimpala.ai/api-reference/files/delete-file.md): Delete a specific file. - [Get File](https://docs.getimpala.ai/api-reference/files/get-file.md): Retrieve metadata for a specific file. - [Get File Content](https://docs.getimpala.ai/api-reference/files/get-file-content.md): Retrieve the content of a specific file. - [List Files](https://docs.getimpala.ai/api-reference/files/list-files.md): List all uploaded files. - [Upload File](https://docs.getimpala.ai/api-reference/files/upload-file.md): Upload a file using true streaming without buffering to disk. - [Health](https://docs.getimpala.ai/api-reference/health.md): Liveness probe - returns 200 if server is running. - [Ready](https://docs.getimpala.ai/api-reference/ready.md): Readiness probe - returns 200 if services are initialized and ready. - [Product updates](https://docs.getimpala.ai/changelog.md) - [Install Impala in your VPC (AWS)](https://docs.getimpala.ai/getting-started-infrastructure-setup.md): Deploy the Impala data plane in your AWS account. - [Introduction](https://docs.getimpala.ai/introduction.md): Impala AI is a dynamic inference platform built for enterprises running AI at production scale. - [Upload and run your first batch](https://docs.getimpala.ai/run-your-first-batch.md): This guide shows how to submit batch inference to your Impala endpoint using the OpenAI-compatible API. You’ll upload an input file, then create a batch. ## OpenAPI Specs - [openapi](https://docs.getimpala.ai/openapi.json) ## Optional - [Blog](https://getimpala.ai/blog)