Skip to main content
GET
/
v1
/
social
/
identicon
/
{id}
Get identicon
curl --request GET \
  --url https://joyride.exchange/api/v1/social/identicon/{id}
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.joyride.exchange/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Identifier to generate identicon for

Query Parameters

size
integer
default:128

Image size in pixels (32-512, default 128)

Required range: 32 <= x <= 512

Response

200 - image/svg+xml

SVG identicon

The response is of type string.