cURL
curl --request GET \ --url https://api.sociavault.com/v1/scrape/facebook/post/transcript \ --header 'X-API-Key: <api-key>'
{ "success": true, "transcript": "Hello, world!" }
Get the transcript of a Facebook post. Can be a post or reel.
API key for authentication. Format: sk_live_xxxxxxxxxxxxx
sk_live_xxxxxxxxxxxxx
Get your API key from the Dashboard.
Facebook post URL
Successful response
true
"Hello, world!"