v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Instagram Video Transcript

Get Instagram video transcript.

post/instagram/video/transcript

Request body

video_urlstring required

The Instagram video URL

channel'apify' | 'rapid' | 'memories.ai' required

The channel name. Supported values: apify, rapid, memories.ai

Example request

{
  "video_url": "https://www.instagram.com/reels/DLlGZiCOBQ0/",
  "channel": "apify"
}

Response

Video transcript with detailed timing information and metadata

codestring

Response code indicating the result status

msgstring

Response message describing the operation result

successboolean

Indicates whether the operation was successful

failedboolean

Indicates whether the operation failed

Example response

{
  "msg": "success",
  "data": [
    {
      "transcript": "I'm gonna get a little personal. I had gastric bypass 10 years ago...",
      "segments": [
        {
          "text": "I'm gonna get a little personal.",
          "end": 2
        }
      ],
      "words": [
        {
          "word": "I'm",
          "end": 0.02
        }
      ],
      "displayUrl": "https://scontent-ord5-3.cdninstagram.com/v/t51.2885-15/...",
      "instagramUrl": "https://www.instagram.com/reel/DLlGZiCOBQ0/",
      "shortCode": "DLlGZiCOBQ0",
      "caption": "I have the moves that they're looking for.",
      "ownerUsername": "humansofny",
      "ownerFullName": "Humans of New York",
      "videoDuration": 41.125,
      "timestamp": "2025-07-01T21:09:04.000Z",
      "videoUrl": "https://scontent-ord5-2.cdninstagram.com/o1/v/t16/f2/m86/...",
      "likesCount": 27791,
      "videoViewCount": 27040,
      "videoPlayCount": 1799817,
      "commentsCount": 487,
      "musicArtist": "humansofny",
      "musicSong": "Original audio",
      "usesOriginalAudio": true,
      "firstComment": "Go for it sweetie!!!",
      "id": "3667365614373573684",
      "type": "Video",
      "url": "https://www.instagram.com/p/DLlGZiCOBQ0/",
      "ownerId": "242598499",
      "productType": "clips",
      "dimensionsHeight": 1136,
      "dimensionsWidth": 640,
      "processedAt": "2025-12-30T06:12:24.581Z",
      "status": "success",
      "metadata": {
        "runId": "R5tnfCOZ6KueHW6uI",
        "actorId": "3C7L8IMQOkq3isV2Y",
        "processingType": "single-processing",
        "urlIndex": 1,
        "totalUrls": 1,
        "userTier": "PAID",
        "processingSpeed": "standard"
      }
    }
  ],
  "success": true
}