Skip to main content
GET
https://api.aisa.one/apis/v1
/
instagram
/
media
/
transcript
Media Transcript
curl --request GET \
  --url https://api.aisa.one/apis/v1/instagram/media/transcript \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "transcripts": [
    {
      "id": "3597267389859272809",
      "shortcode": "DHsD6HGqJhp",
      "text": "Let's fry up the perfect bunzel. Beautiful.  Everybody, shh. The perfect bunzel. Let me show you my bunzel. When it comes down to bunzel, we make it the crispiest, get the crunch. Heaven."
    }
  ]
}
Speech-to-text transcript of a reel or video post by URL.

Example

curl "https://api.aisa.one/apis/v1/instagram/media/transcript?url=VALUE" \
  -H "Authorization: Bearer YOUR_API_KEY"

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

url
string
required

Instagram post or reel URL

Response

200 - application/json

Successful response