Create post-call questions
post-call-questions
Create post-call questions
Create multiple post-call questions for an agent in a single request. Post-call questions can be of different types (text, boolean, number, selector, multi-selector) and are used to collect structured feedback after calls. Selector types require at least 2 options. Maximum 50 questions per batch.
POST
Create post-call questions
Authorizations
The API Key created in Rounded Studio.
- You can create it by going to the "API Keys" settings of your profile.
- Need help? You can email us at team@callrounded.com or join our Discord community.
Path Parameters
Agent ID
Body
application/json
Schema for batch create/update requests.
List of questions to create/update
Required array length:
1 - 50 elementsResponse
Successfully created post-call questions
Multiple post-call questions API response.
Example:
{
"details": [
{
"field": "email",
"message": "Invalid email format"
}
],
"message": "An error occurred while processing your request",
"status": 400,
"type": "generic_error"
}HTTP status code of the response.