Facebook Reel / Video API
One reel, video or watch item: id, title, description, downloadable HD and SD video URLs, thumbnail, duration, view and play counts, reactions, comments, shares, owner and permalink. The video URLs are directly downloadable and are signed with a short expiry. Costs 1 credit per request.
POST/api/v1/facebook/reel
Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).
Body
application/jsonRequest
from scavio import ScavioClient
client = ScavioClient(api_key="sk_live_your_key")
result = client.facebook.request("/api/v1/facebook/reel", {})
print(result)Response
"video_id": "1256772305920939",
"title": "Why risk it? Because you can. #JustDoIt",
"description": "Why risk it? Because you can. #JustDoIt",
"video_hd_url": "https://video.fjrs4-1.fna.fbcdn.net/o1/v/t2/f2/m86/AQM0A3KhW9wwqLWGJs8kQZJboCgfB05Uqp4AfD3MLw_SyV8S3ZyMuqAsOAlTMVkwJz3CoIkInu-59CXcb9oIkIujepn7UBJt_EvWGK8.mp4?_nc_cat=102&_nc_oc=AdpwILGzvzu5GXSToKjoSyNI_pQbuJUxzFxu-S-iGa1W9xRKNFLVu1Rfdt3iNG-TN0A&_nc_sid=5e9851&_nc_ht=video.fjrs4-...",
"video_sd_url": "https://video.fjrs4-1.fna.fbcdn.net/o1/v/t2/f2/m86/AQMukm3FBio7vCSZhEymQydhavR-XEEMDXYac8Szl5luzDBJS4FpbM1fWqFrEz2nFvxDt4F2Lhlh2zFR5I2MmOn4imMNhfF6pTkaXCc.mp4?_nc_cat=101&_nc_oc=Adqrw68NZ2ajILt0bAnr7Ztw45bCvrhTh2EW4cUV4HxAUZUAIv7BYehNMhq-aX6H3TI&_nc_sid=5e9851&_nc_ht=video.fjrs4-...",
"thumbnail": "https://scontent.fjrs4-1.fna.fbcdn.net/v/t51.82787-10/541567930_18563646601020081_7147785763345228823_n.jpg?stp=dst-jpg_tt6&cstp=mx1080x1920&ctp=s960x960&_nc_cat=109&ccb=1-7&_nc_sid=50ce42&_nc_ohc=4YziLKbUYa0Q7kNvwFbwdZ9&_nc_oc=Adq_XwDLzTQ9jg1YfkTs4TNcz5zx6HMHTjZLSPx2chna7_CWJdin...",
"duration_seconds": 60.05,
"view_count": 949000,
"play_count": null,
"reaction_count": 3400,
"comment_count": 2331,
"share_count": null,
"permalink": "https://www.facebook.com/nike/videos/better-is-the-only-choicefcbarcelona-purest-expression-of-footballing-perfection/1256772305920939/",
"creation_time": "2025-09-04T14:02:35.000Z"
},
"response_time": 3585
}