Skip to main content
GET
/
v1
/
scrape
/
facebook
/
post
/
transcript
Transcript
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/facebook/post/transcript \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "transcript": "Hello, world!"
}
💳 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

Facebook post URL

Response

Successful response

success
boolean
required
Example:

true

transcript
string
required
Example:

"Hello, world!"