Skip to main content
GET
/
v1
/
scrape
/
instagram
/
transcript
Transcript
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/instagram/transcript \
  --header 'X-API-Key: <api-key>'
{
  "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."
    }
  ]
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

Instagram post or reel URL

Response

Successful response

success
boolean
required
Example:

true

transcripts
object[]
required