📄️ General
Versioning
📄️ GET /v1/nomis
The GET /v1/nomis endpoint allows you to list all of the nomis associated with your account.
📄️ GET /v1/nomis/:id
The GET /v1/nomis/:id endpoint allows you to get the details of a specific Nomi associated with your account.
📄️ POST /v1/nomis/:id/chat
The POST /v1/nomis/:id/chat endpoint allows you to send a message in the main chat for this Nomi and get a reply.
📄️ GET /v1/nomis/:id/avatar
The GET /v1/nomis/:id/avatar endpoint allows you to fetch the avatar of a specific Nomi associated with your account.
📄️ GET /v1/rooms
The GET /v1/rooms endpoint allows you to list all the rooms associated with your account.
📄️ POST /v1/rooms
The POST /v1/rooms endpoint creates a room with one or more nomis from your account.
📄️ GET /v1/rooms/:id
The GET /v1/rooms/:id endpoint allows you to get the details of a specified room associated with your account.
📄️ POST /v1/rooms/:id/chat
The POST /v1/rooms/:id/chat endpoint allows you to send a message in the specific room.
📄️ POST /v1/rooms/:id/chat/request
The POST /v1/rooms/:id/chat/request endpoint allows you to request that the specified Nomi post a message to the room.
📄️ PUT /v1/rooms/:id
The PUT /v1/rooms/:id endpoint allows you to update information of the specified room associated with your account.
📄️ DELETE /v1/rooms/:id
The DELETE /v1/rooms/:id endpoint allows you to delete the specified room associated with your account.