Skip to main content
GET
/
v1
/
photo_avatars
/
details
Photo Avatar Details
curl --request GET \
  --url https://os.gan.ai/v1/photo_avatars/details \
  --header 'ganos-api-key: <api-key>'
{
  "title": "<string>",
  "photo_avatar_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "base_image": "<string>",
  "status": "draft",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

ganos-api-key
string
header
required

Use the API key generated from our website to programmatically interact with our endpoints. This key authorizes your requests, allowing you to access and utilize our services securely.

Query Parameters

photo_avatar_id
string<uuid>
required

Response

Successful Response

photo_avatar_id
string<uuid>
required
status
enum<string>
required
Available options:
draft,
failed,
processing,
published,
deleted
title
string | null
base_image
string

Presigned URL of the processed base image.

created_at
string<date-time> | null

ISO 8601 formatted timestamp.

I