We’re making our public HTTP API, so you can use Noor chat for sending alerts, user feedback, and getting updates.
Stable APIs are added here
API Endpoint: https://sun.noor.to/api/v0/
Put your API token in the Authorization
header. Grab your token from Settings > API.
/sendMessage
Send messages. Markdown supported.
Request
Method: POST
Body (JSON)
{
spaceId: string; // Get from API settings in your a
thread: string; // enter the exact thread name
text: string; // markdown supported
documentId?: string; // Optional attached file ID uploaded via /api/upload-file API
}
Examples
/getSpaceMembers
Get members and user IDs for your space
Request