Identicons

GET https://app.pichax.dev/api/v1/generate/identicon

The Generate Identicon endpoint allows you to dynamically create identicon images based on user-provided parameters. This is useful for user profile placeholders, unique identifiers, and consistent visuals across applications.

Note: To generate identicons, you must include an identifier (id), expiration (expiry) a valid API key (key), a signature (signature) and a publicly accessible source image URL (src) and (name) - the name is used to generate the specific identicon.

Refer to Authentication for more details.

Query Parameters

Name
Type
Required
Description

name

string

✅ Yes

name that is used to generate the specific identicon.

Note: In addition to the parameters above, the request MUST include authentication query parameters.

Also, Identicons are not cached.

Last updated