FaceTimev2

Initiate a FaceTime call (Coming Soon)

POST/facetime/calls
This endpoint is planned but not implemented yet and currently returns 501.

Coming 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

AuthorizationRequiredstring

Your 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

JSON
handleRequiredstring

Phone number (E.164) or email address to call

Response codes

501Endpoint is documented but not available yet

Sends a live request with your values and shows the real response below. Your key is stored only in this browser.

Request
curl -X POST https://api.blooio.com/v2/api/facetime/calls \
Body object
Response objectexample
No example available.