Skip to main content
GET
/
avatars
/
textures
/
{textureName}
Get Agent Avatar Texture PNG
curl --request GET \
  --url https://api.veryfront.com/avatars/textures/{textureName} \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

textureName
string
required

Texture file name, texture-0.png through texture-8.png.

Pattern: ^texture-[0-8]\.png$

Response

PNG texture asset

The response is of type file.