# Documentation ## Docs - [Cancel an Image Generation Request](https://docs.maxai.lol/api-reference/images/cancel-an-image-generation-request.md): Cancel a specific image generation request that is still in the queued status. - [Create an Image Generation Request](https://docs.maxai.lol/api-reference/images/create-an-image-generation-request.md): Submit a request for image generation. Each account can queue up to 25 concurrent requests. If the limit is exceeded, a 429 Too Many Requests error is returned. - [Poll an Image Generation Request](https://docs.maxai.lol/api-reference/images/poll-an-image-generation-request.md): Retrieve the current status and results of a specific image generation request. Use the `requestId` returned when submitting the generation request. - [Delete an API Key](https://docs.maxai.lol/api-reference/utilities/delete-an-api-key.md): Deletes the API key used in the Authorization header. After deletion, this key will no longer be valid for making requests. - [Get Account Information](https://docs.maxai.lol/api-reference/utilities/get-account-information.md): Retrieve details about your MaxAI account, including your unique account ID, personal information, account balance, and communication preferences. - [Get Balance Statistics](https://docs.maxai.lol/api-reference/utilities/get-account-usage.md): Retrieve the usage statistics associated with your MaxAI account, including costs and requests for different time periods. - [Get API Keys](https://docs.maxai.lol/api-reference/utilities/get-api-keys.md): Retrieve the API keys associated with your MaxAI account. - [Cancel a Video Generation Request](https://docs.maxai.lol/api-reference/videos/cancel-a-video-generation-request.md): Cancel a specific video generation request that is still in the queued status. - [Create a Video Generation Request](https://docs.maxai.lol/api-reference/videos/create-a-video-generation-request.md): Submit a request for video generation. Each account can queue up to 10 concurrent requests. If the limit is exceeded, a 429 Too Many Requests error is returned. - [Poll a Video Generation Request](https://docs.maxai.lol/api-reference/videos/poll-a-video-generation-request.md): Retrieve the current status and results of a specific video generation request. Use the `requestId` returned when submitting the generation request. - [MaxAI](https://docs.maxai.lol/index.md): At MaxAI, we believe AI should be accessible to everyone without having to break the bank. - [Authentication](https://docs.maxai.lol/introduction/authentication.md): Learn how to authenticate with the MaxAI API. - [Changelogs](https://docs.maxai.lol/introduction/changelogs.md): All notable changes made to the MaxAI platform are documented in this changelog. This includes new features, improvements, bug fixes, and other updates that enhance the user experience. - [Dashboard](https://docs.maxai.lol/introduction/dashboard.md): This page introduces the dashboard and its main features. You will discover how to navigate it, manage your activity, and access the tools needed to efficiently use the platform. - [Rate Limits](https://docs.maxai.lol/introduction/rate-limits.md): Learn about the rate limits for the MaxAI API. ## OpenAPI Specs - [openai](https://docs.maxai.lol/api-reference/openai.json) - [openapi](https://docs.maxai.lol/api-reference/openapi.json)