Get Facebook post transcript
Get the transcript for a Facebook post.
Headers
Get your API keyAPI key (`sfk_...`)
Link to the Facebook post or reel whose transcript should be returned.
min 1 chars · max 4096 chars
Endpoint-specific response payload.
Outcome of the transcript lookup.
one of: found, not_found, lookup_failed
Post or reel identity when the lookup resolved; otherwise null.
Public URL of the Facebook post or reel that was requested (same as the lookup input).
min 1 chars
Plain transcript text when available. May be null when speech is not detected, the video exceeds supported length, or transcription is otherwise unavailable.
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
curl "https://api.socialfetch.dev/v1/facebook/posts/transcript?url=https://www.facebook.com/profile.php?id=61575098504636" \
-H "x-api-key: YOUR_API_KEY"Responses
Transcript lookup result. Inspect `data.lookupStatus` for found, not found, or lookup_failed.