# identifAI ## Docs - [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 - [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 - [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 video](https://docs.identifai.net/classification/classify-video.md): How to start a video classification - [Classify a speech](https://docs.identifai.net/classification/classify-speech.md): How to start a speech classification - [MCP Server](https://docs.identifai.net/integrations/mcp-server.md): Connect AI agents and assistants directly to identifAI through the Model Context Protocol. - [Make an API call](https://docs.identifai.net/api-reference/introduction.md): Start making your API calls now! - [Rate Limits](https://docs.identifai.net/api-reference/rate-limits.md): Learn about the rate limits for the identifAI API to ensure optimal performance and avoid service interruptions. The API enforces rate limits to maintain fair usage and ensure the stability of the service for all users. Understanding these limits will help you design your applications effectively an… - [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 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 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. - [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. - [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 an image AI heatmap](https://docs.identifai.net/api-reference/classification/get-classification-heatmap.md): Retrieve the AI heatmap for a specific image. - [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. - [Classify a video](https://docs.identifai.net/api-reference/classification/submit-a-video-for-classification.md): Submit a video for classification - [Classify a video from URL](https://docs.identifai.net/api-reference/classification/submit-video-from-url.md): Submit a video for classification - [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 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 speech from URL](https://docs.identifai.net/api-reference/classification/submit-speech-from-url.md): Submit a speech for classification - [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. - [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. - [Check infrastructure health](https://docs.identifai.net/api-reference/infrastructure/health.md): This API is useful to check the infrastructure status. It does not require authentication and it is not rate limited. - [Get user credits](https://docs.identifai.net/api-reference/user/user-credits.md): Get user credits - [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. - [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 pricings](https://docs.identifai.net/api-reference/partner/get-pricings.md): Fetch the list of available pricing plans. - [Make an API call](https://docs.identifai.net/api-v2/introduction.md): Start making your API calls now! - [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. - [Sample download URL](https://docs.identifai.net/api-v2/submissions/download-sample.md): Redirects to a pre-signed URL to download the file associated with the specified submission. - [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. - [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. ## OpenAPI Specs - [api-swagger-v2](https://docs.identifai.net/api-v2/api-swagger-v2.json) - [api-swagger-dev-documentation](https://docs.identifai.net/api-reference/api-swagger-dev-documentation.json)