Authorizations
Your Beyond Presence API Key.
Path Parameters
Agent ID.
Response
Requested Agent
Response model for an agent.
{
"id": "01234567-89ab-cdef-0123-456789abcdef",
"name": "Jarvis",
"avatar_id": "01234567-89ab-cdef-0123-456789abcdef",
"system_prompt": "You are a helpful assistant.",
"language": "en",
"greeting": "Hello!",
"max_session_length_minutes": 30,
"capabilities": [
{
"type": "webcam_vision"
},
{
"type": "wakeup_mode",
"triggers": [
"hey agent",
"hi pal"
]
}
],
"llm": {
"type": "openai"
}
}
Retrieve agent.
{
"id": "01234567-89ab-cdef-0123-456789abcdef",
"name": "Jarvis",
"avatar_id": "01234567-89ab-cdef-0123-456789abcdef",
"system_prompt": "You are a helpful assistant.",
"language": "en",
"greeting": "Hello!",
"max_session_length_minutes": 30,
"capabilities": [
{
"type": "webcam_vision"
},
{
"type": "wakeup_mode",
"triggers": [
"hey agent",
"hi pal"
]
}
],
"llm": {
"type": "openai"
}
}
Your Beyond Presence API Key.
Agent ID.
Requested Agent
Response model for an agent.