Skip to main content
POST
Create job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
required
Required string length: 1 - 200
description
string
required
Required string length: 1 - 50000
employmentType
enum<string>
required
Available options:
full_time,
part_time,
contract,
internship
workplaceType
enum<string>
required
Available options:
remote,
hybrid,
onsite
slug
string
Maximum string length: 200
department
string | null
Maximum string length: 20000
location
string | null
Maximum string length: 20000
status
enum<string>
Available options:
draft,
open,
closed
requirements
string | null
Maximum string length: 20000
benefits
string | null
Maximum string length: 20000
keywords
string[]
Maximum array length: 50
Required string length: 1 - 120
salaryMin
integer | null
Required range: 0 <= x <= 9007199254740991
salaryMax
integer | null
Required range: 0 <= x <= 9007199254740991
currency
string | null
Maximum string length: 8
salaryPeriod
enum<string> | null
Available options:
annual,
monthly

Response

OK

data
object
required
meta
object