FaceTimev2
Initiate a FaceTime call (Coming Soon)
POST
/facetime/callsComing Soon -- This endpoint is temporarily disabled while we stabilize the FaceTime call flow.
Initiates a FaceTime call to the specified phone number or email address. Returns a shareable FaceTime link that anyone can use to join the call. The call will ring the contact and auto-admit the first person who joins via the link.
Headers
AuthorizationRequiredstringYour API key, sent as a bearer token: Authorization: Bearer <api_key>. Editing this stays in sync with the API key box on the right.
Bearer
Body parameters
JSONhandleRequiredstringPhone number (E.164) or email address to call
Returns
successoptionalbooleanlinkoptionalstringShareable FaceTime link
handleoptionalstringThe handle that was called
Response codes
200FaceTime call initiated
400Invalid request parameters
401Authentication required or invalid
Sends a live request with your values and shows the real response below. Your key is stored only in this browser.
curl -X POST https://api.blooio.com/v2/api/facetime/calls \ -H "Authorization: Bearer bl_live_..." \ -H "Content-Type: application/json" \ -d '{ "handle": "+15551234567" }'{ "success": false, "link": "https://facetime.apple.com/join#v=1&p=xxx", "handle": "blooio"}