Get Instagram post transcript
Get the transcript for an Instagram post or Reel.
Operation
/v1/instagram/posts/transcriptHeaders
API key (`sfk_...`)
Parameters
Link to the Instagram post or Reel whose transcript should be returned.
min 1 chars · max 4096 chars
Response fields
Endpoint-specific response payload.
Whether the media could be resolved for transcription.
one of: found, not_found
Post or Reel identity when the lookup resolved; otherwise null.
Public Instagram URL that was requested.
min 1 chars
Transcript rows for the resolved media. Carousel posts may return more than one row when transcript data is available for multiple video items.
Instagram media id for this transcript row.
min 1 chars
Public shortcode for the media item in this transcript row.
min 1 chars
Plain transcript text when available. Null means no transcript text was returned for this media item.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
Transcript lookup result. Inspect `data.lookupStatus` for found and not-found outcomes.
Error codes