Skip to main content
POST
/
api
/
auto-apply
/
profiles
Create a new auto-apply profile
curl --request POST \
  --url https://connect.jobo.world/api/auto-apply/profiles \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "first_name": "<string>",
  "last_name": "<string>",
  "email": "jsmith@example.com",
  "phone": "<string>",
  "name": "<string>",
  "linkedin_url": "<string>",
  "website_url": "<string>",
  "portfolio_url": "<string>",
  "address_line1": "<string>",
  "address_line2": "<string>",
  "city": "<string>",
  "state": "<string>",
  "country": "<string>",
  "zip_code": "<string>",
  "resume_text": "<string>",
  "resume_file_path": "<string>",
  "cover_letter_template": "<string>",
  "work_authorization": "<string>",
  "requires_sponsorship": true,
  "gender": "<string>",
  "ethnicity": "<string>",
  "veteran_status": "<string>",
  "disability_status": "<string>",
  "desired_salary": "<string>",
  "salary_expectation_currency": "<string>",
  "available_start_date": "<string>",
  "willing_to_relocate": true,
  "highest_degree": "<string>",
  "field_of_study": "<string>",
  "university": "<string>",
  "graduation_year": "<string>",
  "years_of_experience": "<string>",
  "current_job_title": "<string>",
  "current_company": "<string>",
  "custom_answers": {}
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "email": "jsmith@example.com",
  "phone": "<string>",
  "linkedin_url": "<string>",
  "website_url": "<string>",
  "portfolio_url": "<string>",
  "address_line1": "<string>",
  "address_line2": "<string>",
  "city": "<string>",
  "state": "<string>",
  "zip_code": "<string>",
  "country": "<string>",
  "resume_text": "<string>",
  "resume_file_path": "<string>",
  "cover_letter_template": "<string>",
  "work_authorization": "<string>",
  "requires_sponsorship": true,
  "gender": "<string>",
  "ethnicity": "<string>",
  "veteran_status": "<string>",
  "disability_status": "<string>",
  "desired_salary": "<string>",
  "salary_expectation_currency": "<string>",
  "available_start_date": "<string>",
  "willing_to_relocate": true,
  "highest_degree": "<string>",
  "field_of_study": "<string>",
  "university": "<string>",
  "graduation_year": "<string>",
  "years_of_experience": "<string>",
  "current_job_title": "<string>",
  "current_company": "<string>",
  "custom_answers": {},
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://jobo.world/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

API key provided by Jobo

Body

application/json
first_name
string
required
last_name
string
required
email
string<email>
required
phone
string
required
name
string
linkedin_url
string | null
website_url
string | null
portfolio_url
string | null
address_line1
string | null
address_line2
string | null
city
string | null
state
string | null
country
string | null
zip_code
string | null
resume_text
string | null
resume_file_path
string | null
cover_letter_template
string | null
work_authorization
string | null
requires_sponsorship
boolean | null
gender
string | null
ethnicity
string | null
veteran_status
string | null
disability_status
string | null
desired_salary
string | null
salary_expectation_currency
string | null
available_start_date
string | null
willing_to_relocate
boolean | null
highest_degree
string | null
field_of_study
string | null
university
string | null
graduation_year
string | null
years_of_experience
string | null
current_job_title
string | null
current_company
string | null
custom_answers
object

Response

Profile created

id
string<uuid>
name
string
first_name
string
last_name
string
email
string<email>
phone
string
linkedin_url
string | null
website_url
string | null
portfolio_url
string | null
address_line1
string | null
address_line2
string | null
city
string | null
state
string | null
zip_code
string | null
country
string | null
resume_text
string | null
resume_file_path
string | null
cover_letter_template
string | null
work_authorization
string | null
requires_sponsorship
boolean | null
gender
string | null
ethnicity
string | null
veteran_status
string | null
disability_status
string | null
desired_salary
string | null
salary_expectation_currency
string | null
available_start_date
string | null
willing_to_relocate
boolean | null
highest_degree
string | null
field_of_study
string | null
university
string | null
graduation_year
string | null
years_of_experience
string | null
current_job_title
string | null
current_company
string | null
custom_answers
object
created_at
string<date-time>
updated_at
string<date-time>