curl --request GET \
--url https://app.happyrobot.ai/api/v1/agents \
--header 'authorization: <authorization>'
[
{
"id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"languages": [
"english"
],
"voice_id": "<string>",
"created_at": "2024-01-01T01:01:01Z"
}
]
curl --request GET \
--url https://app.happyrobot.ai/api/v1/agents \
--header 'authorization: <authorization>'
[
{
"id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"languages": [
"english"
],
"voice_id": "<string>",
"created_at": "2024-01-01T01:01:01Z"
}
]
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
200
The response is of type object[]
.
Was this page helpful?