Reserve DNI
Reserves a DNI, associating a temporary set of attributes to a specific virtual agent.
POST
Reserve a DNI (Dynamic Number Insertion) for an incoming call.
Documentation Index
Fetch the complete documentation index at: https://polyai-mintlify-6ed25dba.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Attributes that will be consumed by the virtual agent. Flexible mapping of key → value.
Example:
{
"shared_id": "1234",
"customer": { "address": "test lane", "age": 25 },
"previous_calls": ["call_id_1", "call_id_2"]
}
Response
Successfully reserved a DNI.
The reserved DNI identifier.
Last modified on May 23, 2026
Previous
OverviewMonitor agent performance in real time and receive webhook notifications when latency, errors, or volume thresholds are breached.
Next
Reserve a DNI (Dynamic Number Insertion) for an incoming call.

