Skip to content

Error codes

In error scenarios the API will return a predefined error code along with an error message and status code to give more information on the particular error encountered.

HTTP StatusError CodeError MessageDescription
400IA-UP-01Invalid file metadata provided.Returned when the request body for POST /uploads contains invalid or missing fields (e.g., file_name).
400IA-AN-01Invalid analysis types specified.Returned when the analysis_types field contains unsupported values (e.g., not content or forensic).
401IA-UA-01Authentication failed. Provide a valid API key.Returned when the X-API-Key header is missing or invalid.
403IA-UA-02You do not have permission to access this resource.Returned when the client does not have permission to perform the requested action.
404IA-AN-02Analysis ID not found.Returned when the analysis_id in the request does not match any existing analyses.
409IA-AN-03Upload not completed. Complete the file upload before starting the analysis.Returned when an analysis is requested for an upload that hasn’t been completed.
422IA-AN-05Analysis cannot be performed on this upload.Returned when the uploaded file is invalid or unsupported for analysis.
500IA-SV-01Internal server error. Please try again later.Returned when an unexpected server-side error occurs.
503IA-SV-02Service unavailable. Please try again later.Returned when the service is temporarily unavailable (e.g., due to maintenance or overload).