Hosts
Create a host
Create a new AI host with a name, backstory, and voice.
Authorization
BearerAuth AuthorizationBearer <token>
Jellypod API key. Create and manage keys from the Jellypod dashboard under Settings → API Keys.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://api.jellypod.com/v1/hosts" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "backstory": "stringstri", "voice_id": 0 }'{
"data": {
"id": "xK9mQ2pL",
"name": "Alex Chen",
"title": "Tech Journalist",
"backstory": "Alex is a veteran technology reporter who has covered Silicon Valley for over a decade.",
"personality": "Curious, articulate, slightly skeptical",
"voice_id": 42,
"voice_model": "horizon",
"voice": {
"id": 42,
"description": "A warm, authoritative male voice with an American accent",
"language": "en",
"gender": "male",
"accent": "american",
"voice_type": "professional"
},
"created_at": "2026-01-15T10:30:00.000Z",
"updated_at": "2026-02-20T14:22:00.000Z"
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}Was this page helpful?