{"_id": "6157772e658244b1478cae3c","firstName": "Richard","lastName": "Hendricks", "background": "Richard Hendricks is a Stanford dropout and coder at tech company Hooli. Richard quits his job to pursue his compression application Pied Piper. The company initially starts out as a simple data compression platform, but when this, and a videochat that Dinesh created with the algorithm fails, Richard pivots toward creating a new, decentralized internet, called PiperNet. For the most part, Richard is shy and weak-willed, and does not have much of a temper, but when he finally reaches his limit, is prone to intimidating explosions of anger. Richard is constantly struggling with the demands of the business world, preferring instead to disappear into the coding of his application, but realizes that as CEO he must do more.",
"owner": "615e1eb73b98f9cf4c3c42a8","created": 1634147254447}
Get Character
GEThttps://getember.ai/api/character?id=:id
This endpoint retrieves a character object using the provided ObjectID.
Query Parameters
Name
Type
Description
id
string
The ObjectID of the desired character.
{
"_id":"6157772e658244b1478cae3c",
"firstName":"Richard",
"lastName":"Hendricks",
"background":"Richard Hendricks is a Stanford dropout and coder at tech company Hooli. Richard quits his job to pursue his compression application Pied Piper. The company initially starts out as a simple data compression platform, but when this, and a videochat that Dinesh created with the algorithm fails, Richard pivots toward creating a new, decentralized internet, called PiperNet. For the most part, Richard is shy and weak-willed, and does not have much of a temper, but when he finally reaches his limit, is prone to intimidating explosions of anger. Richard is constantly struggling with the demands of the business world, preferring instead to disappear into the coding of his application, but realizes that as CEO he must do more."
}
{
"error":"Missing id from query string."
}
{}
{
"error": "Internal Server Error."
}
Post Character
POSThttps://getember.ai/api/character
This endpoint creates a new character object with the provided properties.
Headers
Name
Type
Description
Authorization
string
A Bearer token with your provided API key.
Request Body
Name
Type
Description
firstName
string
The first name of the character to be created.
lastName
string
The last name of the character to be created.
background
string
A written background of the character to be created. This can range from a few words to a paragraph.