cURL
curl --request GET \ --url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/facebook/transcript \ --header 'Authorization: Bearer <token>'
Get the transcript of a Facebook post. Can be a post or reel.
curl -X GET "https://yoinkit.ai/api/v1/openclaw/facebook/transcript?url=EXAMPLE" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "success": true, "data": { "post_id": "...", "like_count": 2095, "comment_count": 48, "share_count": 133, "view_count": 133000, "description": "...", "video_url": "..." }, "meta": { "platform": "facebook", "endpoint": "transcript", "request_id": "req_abc123" } }
Response data is returned directly from the Yoinkit API.