GET /v1/nomis
The GET /v1/nomis
endpoint allows you to list all of the nomis associated with your account.
- HTTP Method
GET
- URL
https://api.nomi.ai/v1/nomis
- Response Body Format
{
nomis: Array<{
uuid: UUID;
gender: "Male" | "Female" | "Non Binary";
name: string;
created: ISODateString;
relationshipType: "Mentor" | "Friend" | "Romantic";
}>;
}