curl -X GET "https://api.unleeshed.ai/partner/v1/personas" \
-H "X-Api-Key: pk_live_your_api_key"
{
"success": true,
"data": [
{
"id": "persona-abc-123",
"name": "Coach Mike",
"image_url": "https://storage.unleeshed.ai/personas/coach-mike.jpg"
},
{
"id": "persona-xyz-789",
"name": "Sports Analyst Sarah",
"image_url": "https://storage.unleeshed.ai/personas/sarah.jpg"
},
{
"id": "persona-def-456",
"name": "The Basketball Professor",
"image_url": "https://storage.unleeshed.ai/personas/professor.jpg"
}
]
}
List all personas you have active licenses for
curl -X GET "https://api.unleeshed.ai/partner/v1/personas" \
-H "X-Api-Key: pk_live_your_api_key"
{
"success": true,
"data": [
{
"id": "persona-abc-123",
"name": "Coach Mike",
"image_url": "https://storage.unleeshed.ai/personas/coach-mike.jpg"
},
{
"id": "persona-xyz-789",
"name": "Sports Analyst Sarah",
"image_url": "https://storage.unleeshed.ai/personas/sarah.jpg"
},
{
"id": "persona-def-456",
"name": "The Basketball Professor",
"image_url": "https://storage.unleeshed.ai/personas/professor.jpg"
}
]
}
| Field | Type | Description |
|---|---|---|
id | string | Persona UUID |
name | string | Display name |
image_url | string | Avatar image URL |
curl -X GET "https://api.unleeshed.ai/partner/v1/personas" \
-H "X-Api-Key: pk_live_your_api_key"
{
"success": true,
"data": [
{
"id": "persona-abc-123",
"name": "Coach Mike",
"image_url": "https://storage.unleeshed.ai/personas/coach-mike.jpg"
},
{
"id": "persona-xyz-789",
"name": "Sports Analyst Sarah",
"image_url": "https://storage.unleeshed.ai/personas/sarah.jpg"
},
{
"id": "persona-def-456",
"name": "The Basketball Professor",
"image_url": "https://storage.unleeshed.ai/personas/professor.jpg"
}
]
}