Authorizations
Your Beyond Presence API Key.
Body
Request body to create an agent.
Display name to use. Also used when addressed in conversations.
1 - 100
"Jarvis"
"HAL 9000"
ID of avatar to use.
1 - 100
"01234567-89ab-cdef-0123-456789abcdef"
System prompt to use.
1 - 10000
"You are a helpful assistant."
Language to use. Language of an agent.
ar
, bg
, zh
, cs
, da
, nl
, en
, en-AU
, en-GB
, en-US
, fi
, fr
, fr-CA
, fr-FR
, de
, el
, hi
, hu
, id
, it
, ja
, ko
, ms
, no
, pl
, pt
, pt-BR
, pt-PT
, ro
, ru
, sk
, es
, sv
, tr
, uk
, ur
, vi
"en"
"en-US"
"de"
What to say when a call starts.
1 - 1000
"Hello!"
Maximum session length in minutes.
0 < x <= 90
30
Extra capabilities to manage calls.
- WebcamVisionAgentCapability
- WakeupModeAgentCapability
Configuration for LLM to use. Configuration for OpenAI LLM.
- OpenaiAgentLlm
- OpenaiCompatibleAgentLlm
{ "type": "openai" }
{
"type": "openai_compatible",
"api_id": "01234567-89ab-cdef-0123-456789abcdef",
"model": "gpt-4o-mini",
"temperature": 0.7
}
Response
Created Agent with ID
Response model for an agent.
Unique identifier of the object in the database.
"01234567-89ab-cdef-0123-456789abcdef"
Display name to use. Also used when addressed in conversations.
1 - 100
"Jarvis"
"HAL 9000"
ID of avatar to use.
1 - 100
"01234567-89ab-cdef-0123-456789abcdef"
System prompt to use.
1 - 10000
"You are a helpful assistant."
Language to use. Language of an agent.
ar
, bg
, zh
, cs
, da
, nl
, en
, en-AU
, en-GB
, en-US
, fi
, fr
, fr-CA
, fr-FR
, de
, el
, hi
, hu
, id
, it
, ja
, ko
, ms
, no
, pl
, pt
, pt-BR
, pt-PT
, ro
, ru
, sk
, es
, sv
, tr
, uk
, ur
, vi
"en"
"en-US"
"de"
What to say when a call starts.
1 - 1000
"Hello!"
Maximum session length in minutes.
0 < x <= 90
30
Extra capabilities to manage calls.
- WebcamVisionAgentCapability
- WakeupModeAgentCapability
Configuration for LLM to use. Configuration for OpenAI LLM.
- OpenaiAgentLlm
- OpenaiCompatibleAgentLlm
{ "type": "openai" }
{
"type": "openai_compatible",
"api_id": "01234567-89ab-cdef-0123-456789abcdef",
"model": "gpt-4o-mini",
"temperature": 0.7
}