# identifAI ## Docs - [Changelog](https://docs.identifai.net/api-reference/changelog.md): Track the changes to the identifAI v1 API ecosystem. Version is in the form *MAJOR.MINOR.PATCH*: - MAJOR is fixed to 1 for v1 API. - The release of new endpoints or changes that affects classification verdicts/scores increment MINOR. - Any other change increments PATCH. - [Get multiple image classifications results](https://docs.identifai.net/api-reference/classification/get-all-classifications.md): Retrieve multiple image classification results by providing a list of identifiers. - [Get multiple audio classifications results](https://docs.identifai.net/api-reference/classification/get-all-classifications-audio.md): Retrieve multiple audio classification results by providing a list of identifiers. - [Get multiple video classifications results](https://docs.identifai.net/api-reference/classification/get-all-classifications-video.md): Retrieve multiple video classification results by providing a list of identifiers. - [Get an image AI heatmap](https://docs.identifai.net/api-reference/classification/get-classification-heatmap.md): Retrieve the AI heatmap for a specific image. - [Get single image classification result](https://docs.identifai.net/api-reference/classification/get-classification-result.md): Retrieve the classification result for a specific image. - [Get single audio classification result](https://docs.identifai.net/api-reference/classification/get-classification-result-speech.md): Retrieve the classification result for a specific audio. - [Get single video classification result](https://docs.identifai.net/api-reference/classification/get-classification-result-video.md): Retrieve the classification result for a specific video. - [Override audio classification](https://docs.identifai.net/api-reference/classification/override-audio-classification.md): Submit an override for an audio classification. The hash parameter uniquely identifies the submitted audio file. If the same audio (so the same hash) is uploaded multiple times, the override will be applied to all submissions that share this hash. - [Override image classification](https://docs.identifai.net/api-reference/classification/override-image-classification.md): Submit an override for an image classification. The hash parameter uniquely identifies the submitted image file. If the same image (so the same hash) is uploaded multiple times, the override will be applied to all submissions that share this hash. - [Override video classification](https://docs.identifai.net/api-reference/classification/override-video-classification.md): Submit an override for a video classification. The hash parameter uniquely identifies the submitted video file. If the same video (so the same hash) is uploaded multiple times, the override will be applied to all submissions that share this hash. - [Classify a speech](https://docs.identifai.net/api-reference/classification/submit-a-speech-for-classification.md): Submit a speech for classification - [Classify a video](https://docs.identifai.net/api-reference/classification/submit-a-video-for-classification.md): Submit a video for classification - [Classify an image](https://docs.identifai.net/api-reference/classification/submit-an-image-for-classification.md): Submit an image to be classified as human or artificial. - [Classify an image from URL](https://docs.identifai.net/api-reference/classification/submit-image-from-url.md): Submit an image to be classified as human or artificial. - [Classify a speech from URL](https://docs.identifai.net/api-reference/classification/submit-speech-from-url.md): Submit a speech for classification - [Classify a video from URL](https://docs.identifai.net/api-reference/classification/submit-video-from-url.md): Submit a video for classification - [Make an API call](https://docs.identifai.net/api-reference/introduction.md): Start making your API calls now! - [Create or update user](https://docs.identifai.net/api-reference/partner/create-new-user.md): Creates a new user or updates an existing one. Partners can only create or update users under their partnership. - [Get pricings](https://docs.identifai.net/api-reference/partner/get-pricings.md): Fetch the list of available pricing plans. - [Retrieve users](https://docs.identifai.net/api-reference/partner/retrieve-users.md): Fetches a list of users based on the specified filters. - [Send creation email](https://docs.identifai.net/api-reference/partner/send-creation-email.md): Sends an email to the specified user containing a password reset link or account activation instructions. - [Get user credits](https://docs.identifai.net/api-reference/user/user-credits.md): Get user credits - [Changelog](https://docs.identifai.net/api-v2/changelog.md): Track the changes to the identifAI v2 API ecosystem. Version is in the form *MAJOR.MINOR.PATCH*: - MAJOR is fixed to 2 for v2 API. - The release of new endpoints or changes that affects classification verdicts/scores increment MINOR. - Any other change increments PATCH. - [Make an API call](https://docs.identifai.net/api-v2/introduction.md): Start making your API calls now! - [Get tickets analysis results](https://docs.identifai.net/api-v2/tampering/get-tickets-analysis-results.md): Retrieve the tampering detection results for the given batch. - [Submit tickets for analysis](https://docs.identifai.net/api-v2/tampering/submit-tickets-for-analysis.md): Submit a batch of ticket images for **tampering** detection. Each ticket can have an external ID that will be returned in the response for easier tracking. - [Brief guide to models](https://docs.identifai.net/classification/brief-guide-to-models.md) - [Classify an image](https://docs.identifai.net/classification/classify-image.md): How to start an image classification - [Classify a speech](https://docs.identifai.net/classification/classify-speech.md): How to start a speech classification - [Classify a video](https://docs.identifai.net/classification/classify-video.md): How to start a video classification - [Dashboard](https://docs.identifai.net/dashboard.md): An overview of our platform's dashboard - [FAQ](https://docs.identifai.net/faq.md): Find answers to common questions about our platform - [MCP Server](https://docs.identifai.net/integrations/mcp-server.md): Connect AI agents and assistants directly to identifAI through the Model Context Protocol. - [Introduction](https://docs.identifai.net/introduction.md): identifAI an advanced solution for image and video classification. - [Quickstart](https://docs.identifai.net/quickstart.md): Start calling our APIs in under 5 minutes! - [Sign up](https://docs.identifai.net/sign-up.md): How to sign up and start using our platform ## OpenAPI Specs - [api-swagger-dev-documentation](https://docs.identifai.net/api-reference/api-swagger-dev-documentation.json) - [api-swagger-v2](https://docs.identifai.net/api-v2/api-swagger-v2.json)