Rootly
classify_audio_url
Submit a publicly accessible audio URL for AI-generated speech detection. Returns a classification identifier for async result retrieval. Authentication: provide your Identifai API key via the apiKey parameter or configure the X-Api-Key HTTP header in your MCP client (recommended).
Remote root/identifai-mcp
Remote (network-hosted)
Other tools also called classify_audio_url?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"refId": {
"type": "string",
"description": "Optional caller-defined reference ID"
},
"apiKey": {
"type": "string",
"description": "Identifai API key used to authenticate requests to the Identifai backend. Optional when the MCP client is configured to send the X-Api-Key HTTP header (the recommended approach for remote server deployments — set it once in your MCP client config). Required only when the header is not configured. Never use a placeholder value — only pass the real key supplied by the user. Keys can be obtained from the Identifai dashboard at https://identifai.net."
},
"noCache": {
"type": "boolean",
"description": "Bypass cache"
},
"audioUrl": {
"type": "string",
"description": "Public HTTP/HTTPS URL of the audio to classify"
},
"preventC2paForces": {
"type": "boolean",
"description": "If true, a C2PA signature will not force the classification to artificial"
}
}
}