# IMG Processing ## Docs - [AI Agents](https://docs.img-processing.com/ai-toolkit/agents.md): Enable your AI agents to send and manage images with IMG Processing API. - [Introduction](https://docs.img-processing.com/ai-toolkit/index.md): IMG Processing AI Toolkit - [llms.txt](https://docs.img-processing.com/ai-toolkit/llms-txt.md): Make docs content easier for LLMs to read and index - [Authentication](https://docs.img-processing.com/api-reference/authentication.md): Learn how to authenticate your requests - [Changelog](https://docs.img-processing.com/api-reference/changelog.md): The IMG Processing API changelog. - [API Endpoints](https://docs.img-processing.com/api-reference/endpoints.md): Structure of the requests and responses for the API - [Delete Image](https://docs.img-processing.com/api-reference/endpoints/access/delete.md): Deletes an image by its unique identifier. - [Download Image](https://docs.img-processing.com/api-reference/endpoints/access/download.md): Downloads a private image by its id The playground has some limitations on the response size. Try it with a small image or test the API directly on your local environment - [Get Image](https://docs.img-processing.com/api-reference/endpoints/access/get-image.md): Get an image by its unique identifier - [List Images](https://docs.img-processing.com/api-reference/endpoints/access/get-images.md): Get all the images created by the user - [Publish Image](https://docs.img-processing.com/api-reference/endpoints/access/publish.md): Makes a private image public - [Unpublish Image](https://docs.img-processing.com/api-reference/endpoints/access/unpublish.md): Makes a public image private - [Image Classification](https://docs.img-processing.com/api-reference/endpoints/analysis/classify.md): Classifies the image giving a list of labels and their probabilities - [Extract Formatted Text](https://docs.img-processing.com/api-reference/endpoints/analysis/extract-formatted-text.md): Extract the text from an image in desired format. - [Visualize Image](https://docs.img-processing.com/api-reference/endpoints/analysis/visualize.md): Answer a prompt based on the content of an image. - [Create image from URL](https://docs.img-processing.com/api-reference/endpoints/creation/create.md): Creates a new image from a given URL - [Imagine Image](https://docs.img-processing.com/api-reference/endpoints/creation/imagine.md): Creates a new image using AI - [Upload Image](https://docs.img-processing.com/api-reference/endpoints/creation/upload.md): Uploads an image to the API - [Blur Image](https://docs.img-processing.com/api-reference/endpoints/edition/blur.md): Apply a blur effect to an image. - [Modulate Image](https://docs.img-processing.com/api-reference/endpoints/edition/modulate.md): Adjusts the brightness, saturation, and hue of an image. - [Remove Image Background](https://docs.img-processing.com/api-reference/endpoints/edition/remove-background.md): Remove the background from an image. - [Image Object](https://docs.img-processing.com/api-reference/endpoints/image.md): The main object used to represent images in the IMG Processing API - [Add Watermarks](https://docs.img-processing.com/api-reference/endpoints/multi-image/watermark.md): Add watermarks to an image - [Convert Image](https://docs.img-processing.com/api-reference/endpoints/transformation/convert.md): Creates a new image by converting an existing image to a different format - [Crop Image](https://docs.img-processing.com/api-reference/endpoints/transformation/crop.md): Crops an image to the specified dimensions - [Mirror Image](https://docs.img-processing.com/api-reference/endpoints/transformation/mirror.md): Creates a new image by mirroring the original image horizontally or vertically. - [Resize Image](https://docs.img-processing.com/api-reference/endpoints/transformation/resize.md): Creates a new image by resizing an existing image - [Rotate Image](https://docs.img-processing.com/api-reference/endpoints/transformation/rotate.md): Creates a new image by rotating the original image - [OpenAPI Spec](https://docs.img-processing.com/api-reference/explore/openapi-spec.md): Reference the OpenAPI spec for the API - [Playground](https://docs.img-processing.com/api-reference/explore/playground.md): Testing the API with the Playground - [Postman Collection](https://docs.img-processing.com/api-reference/explore/postman.md): Explore our API with Postman - [Watermark Image](https://docs.img-processing.com/api-reference/guides/apply-watermarks.md): Apply a watermark to an image. - [Quickstart](https://docs.img-processing.com/api-reference/guides/getting-started.md): Your first interaction with the IMG Processing API - [Remove Image Background](https://docs.img-processing.com/api-reference/guides/remove-image-background.md): Remove the background of an image - [Resize Image](https://docs.img-processing.com/api-reference/guides/resize-image.md): Resizes an image to create a thumbnail. - [Introduction](https://docs.img-processing.com/api-reference/introduction.md): Welcome to IMG Processing API documentation - [Pagination](https://docs.img-processing.com/api-reference/pagination.md): Learn how to paginate through the results of the API - [Getting Started](https://docs.img-processing.com/sdk/getting-started.md): Learn how to get started with the Image Processing SDK - [ImageObject](https://docs.img-processing.com/sdk/image-object.md): Base class for all image objects - [Introduction](https://docs.img-processing.com/sdk/introduction.md): Welcome to IMG Processing SDK documentation - [Access Methods](https://docs.img-processing.com/sdk/methods/access-methods.md): Get images, make them public, or private. - [Analysis Methods](https://docs.img-processing.com/sdk/methods/analysis-methods.md): Analyze images using different methods - [Creation Methods](https://docs.img-processing.com/sdk/methods/creation-methods.md): The first step to start processing images with the IMG Processing API is to create an [Image Object](/sdk/image). - [Edition Methods](https://docs.img-processing.com/sdk/methods/edition-methods.md): Edit images by adjusting brightness, hue, saturation, or removing background. - [Multi-Image Methods](https://docs.img-processing.com/sdk/methods/multi-image-methods.md): Work with multiple images - [Transformation Methods](https://docs.img-processing.com/sdk/methods/transformation-methods.md): Apply transformations to images