Clone
Retrieve your clone's public profile information.
Get Clone Profile
curl "https://api.delphi.ai/v3/clone" \
-H "x-api-key: YOUR_API_KEY"{
"clone": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Alex Thompson",
"slug": "alex-thompson",
"description": "AI researcher and educator",
"headline": "Making AI accessible to everyone",
"purpose": "Help visitors understand AI concepts quickly",
"tags": ["AI", "Education", "Research"],
"imageUrl": "https://imagedelivery.net/example/public",
"initial_message": "Hey! I'm Alex. Ask me anything about AI."
}
}Field
Type
Description
Last updated