Download OpenAPI specification:Download
API for managing AI conversations and characters
| characterId | string |
| initialMessage | string |
{- "characterId": "string",
- "initialMessage": "string"
}{- "id": "string",
- "messages": [
- {
- "role": "user",
- "content": "string"
}
]
}| conversationId required | string |
| message | string |
{- "message": "string"
}{- "role": "user",
- "content": "string"
}| name | string |
| temperature | number <float> |
| model | string |
| modelType | string Enum: "automatic" "self-trained" |
| personality | string |
| backstory | string |
{- "name": "string",
- "temperature": 0.1,
- "model": "string",
- "modelType": "automatic",
- "personality": "string",
- "backstory": "string"
}{- "id": "string",
- "name": "string",
- "temperature": 0.1,
- "model": "string",
- "modelType": "automatic",
- "personality": "string",
- "backstory": "string"
}