Back to Services
Basic Trustrest

AssemblyAI — Audio Transcription

Transcribe audio and video files with speaker diarisation, sentiment analysis, topic detection, and entity recognition.

Total Calls

0

Success Rate

Avg Latency

Capabilities

transcriptionaudiospeech-to-textaidiarization

Quick Integration

Call this service through the Agent Clear proxy

// Call AssemblyAI — Audio Transcription through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/527bf504-4cbe-48e8-869a-6ecb6226d6e2',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "audio_url"
  ],
  "properties": {
    "audio_url": {
      "type": "string",
      "description": "URL of audio file"
    },
    "language_code": {
      "type": "string"
    },
    "speaker_labels": {
      "type": "boolean"
    },
    "sentiment_analysis": {
      "type": "boolean"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "utterances": {
      "type": "array"
    }
  }
}

Pricing

$0.025/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
30 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services