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.
- HTTP Method
GET- URL
https://api.nomi.ai/v1/nomis/:id/avatar- URL Parameters
{
id: UUID;
}- Response: Buffer
- Content Type:
image/webp - Error Response Types
Type Description NomiNotFoundThe specified Nomi was not found. It may not exist or may not be associated with this account. InvalidRouteParamsThe idparameter is not a valid UUID.NotFoundThe specified Nomi avatar was not found.