Simulation
List simulations
Retrieve simulations with pagination.
GET/simulations
Bearersession
Query parameters
pagenointegerPage number for pagination.
pagesizeintegerItems per page (max 150).
curl -X GET 'https://backend.omnidim.io/api/v1/simulations?pageno=1&pagesize=10' \ -H 'Authorization: Bearer YOUR_API_KEY'
Example response
{ "records": [], "total_records": 0 }
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token authentication. Obtain your API key from the OmniDimension dashboard.
In: header
Query Parameters
pageno?integer
Page number for pagination.
Default
1pagesize?integer
Items per page (max 150).
Default
10Range
value <= 150Response body
application/jsonResponse Body
application/json
Create session
Create a voice Session: a short-lived, single-conversation reservation that lets a client hold a live voice chat with your agent. This is step 1 of 2. Creating the Session does not start any audio on its own; it returns a ws_url that a client then connects to over WebSocket to actually talk.
Create simulation
Create a new test simulation with scenarios.
