Get the transcript for an Instagram post or Reel.
Endpoint
/v1/instagram/posts/transcript
Query
Link to the Instagram post or Reel whose transcript should be returned.
const response = await fetch( "https://api.socialfetch.dev/v1/instagram/posts/transcript?url=https://www.instagram.com/p/DIdOKNpx66J", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);