Skip to main content

Generate a new Profile Pic

Generates a profile picture for the specified user.

URL

GET https://api.synodic.ai/v0/{user}/profile-pic-generate

Headers

  • x-api-key: YOUR_API_KEY (string)

Path Parameters

  • {user}: username (string)

Example Request

curl -X GET "https://api.synodic.ai/v0/{user}/profile-pic-generate" -H "x-api-key: YOUR_API_KEY"

Example Response

{
"photo_url": "https://synodic-profile.s3.amazonaws.com/fhncxxll.png"
}