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://docs.poly.ai/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 March 24, 2026
Reserve a DNI (Dynamic Number Insertion) for an incoming call.

