Generate AI Call Script
AI
Generate AI Call Script
Generates AI call instructions and structured data extraction plan based on company details, task prompt, questions, and FAQs.
POST
Generate AI Call Script
This endpoint is AI-powered. It generates AI call instructions and a structured data extraction plan based on your company details, task prompt, questions, and FAQs.
What it returns
- instructions — AI behavior instructions for the call. These can be passed directly to the Initiate AI Call endpoint as the
instructionsfield. - extract_variables — Structured data fields the AI should extract during the call. These can be passed directly to the Initiate AI Call endpoint as the
extract_variablesfield.
Example Request
Example Response
Authorizations
Your Tidyhire API key
Body
application/json
Name of the company.
Minimum string length:
1Example:
"Acme Corp"
The main task or goal for the AI call. Describes what the AI should accomplish.
Minimum string length:
1Example:
"Screen candidates for the Senior Software Engineer position and assess their experience with distributed systems."
Specific questions the AI should ask during the call.
Minimum string length:
1Example:
[
"How many years of experience do you have with Node.js?",
"Have you worked with microservices architecture?"
]Frequently asked questions and their answers to help the AI respond accurately.
Example:
[
{
"question": "What is the salary range?",
"answer": "The range is $120k - $180k depending on experience."
},
{
"question": "Is this remote?",
"answer": "Yes, fully remote."
}
]Last modified on May 29, 2026