Documentation

API URL


POST /api/v1/user-avatar

Headers
Code
Content-Type: application/json
Body Parameters


Example Request

Code
GET /api/v1/user-avatar?name=Jane%20Doe&size=300&bgColor=%2300aaff&format=svg

Successful Response

Status
HTML
200 OK
Body
Code
{
  "description": "Avatar for Jane Doe, circle shape with JD",
  "format": "svg"
}

Error Response

Example
Code
400 NO_FILE_UPLOADED – If POST /upload-icon receives no file
404 METADATA_NOT_FOUND – If metadata for a given name is not available
500 INTERNAL_SERVER_ERROR – On unexpected failures

Last Updated:  May 4, 2026