Send Text

POST /api/v1/message/text?password={pass}
Content-Type: application/json
Body: {
    "chatGuid": "iMessage;-;+1234567890",
    "message": "hello",
    "method": "apple-script",
    "tempGuid": "unique-temp-id"
}

tempGuid is required; generate a UUID for idempotency. method: “apple-script” (no private API needed).

Auth

Password is the server password set during setup. Pass as query param password=, guid=, or token=.

Base URL

http://localhost:1234 (server default, on Mac running BlueBubbles)

Postman Collection

https://documenter.getpostman.com/view/765844/UV5RnfwM