https://api.apyhub.com/sharpapi/api/v1/hr/job_description
POST
application/json
Attribute | Type | Mandatory | Description |
---|---|---|---|
name | String | Yes | The job title for the position (e.g., Senior PHP Software Engineer). |
company_name | String | No | The name of the company offering the position (e.g., Apple Inc). |
minimum_education | String | No | The minimum required education level (e.g., Bachelor Degree). |
minimum_work_experience | String | No | The minimum required work experience (e.g., 5 years). |
employment_type | String | No | Type of employment (e.g., full time, part time, contract). |
country | String | No | The country where the job is located (e.g., United Kingdom). |
remote | Boolean | No | Specifies if the job is remote (true or false). |
visa_sponsored | Boolean | No | Specifies if visa sponsorship is available (true or false). |
required_skills | Array of Strings | No | A list of required skills for the position (e.g., { "PHP8", "Laravel"}). |
optional_skills | Array of Strings | No | A list of optional skills for the position (e.g., {"AWS RDS", "GitFlow"}). |
language | String | No | The language for the job description (e.g., English). |
voice_tone | String | No | The tone of voice for the description (e.g., neutral, professional). |
context | String | No | Additional context or requirements (e.g., add requirement of C-class driving license). |
Status Code | Description |
---|---|
202 | The job was submitted successfully. |
401 | Required authentication information is either missing or not valid for the resource. |
400 | Invalid input - if the file is invalid or corrupted |
500 | If any unexpected error occurs while submitting the request. |
tokens
or basic authentication
mechanisms.
You can generate and view your existing credentials from your workspace settings (on the left side of the navbar) and go to “API Keys".apy-token
as the header parameter to pass the token.Authorization
header to send the basic authentication credentials.