Public Sharing
Get Share
API Reference
Built-in Tools
Custom Tools
Calls
Post-call Analysis
Phone Numbers
- GETRetrieve a paginated list of all phone numbers configured in your PIA Platform account
- POSTCreate a new phone number
- GETRetrieve detailed information about a specific phone number configuration
- DELRemove a phone number configuration from the PIA Platform
- PATCHUpdate the configuration of an existing phone number
Knowledge Bases
Knowledge Bases v2
Prompt Generation
Public Sharing
Public Sharing
Get Share
Retrieves the shared key and configuration that enables an AI agent to be available to users.
GET
/
v1
/
public-sharing
/
{ai_agent_id}
{
"share_id": "<string>",
"ai_agent_id": "<string>",
"public_key": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
{
"share_id": "<string>",
"ai_agent_id": "<string>",
"public_key": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}