Skip to main content
POST
Generate Interview Questions
This endpoint is AI-powered. It uses a large language model to generate tailored interview questions based on the job details, skills, and requirements provided.

Authorizations

x-tidyhire-api-key
string
header
required

Your Tidyhire API key

Body

application/json
job_title
string
required
company_name
string
required
job_description
string
required
min_experience
number
required

Minimum years of experience required.

Example:

3

max_experience
number
required

Maximum years of experience required.

Example:

5

seniority_level
enum<string>
required
Available options:
Entry,
Mid,
Senior,
Lead,
Principal,
Staff
work_type
enum<string>
required
Available options:
Remote,
On Site,
Hybrid
employment_type
enum<string>
required
Available options:
Full Time,
Part Time,
Contract,
Freelance
skills_required
string[]
required
location
string
skills_good_to_have
string[]
interview_duration
enum<string>
Available options:
15 Minutes,
30 Minutes,
1 hour,
2 hours

Response

Success.

success
boolean
Example:

true

data
object[]
Last modified on April 27, 2026