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.
Profile name for your reference (e.g., "John's Software Engineer Profile").
Plain text resume content.
Cover letter template text.
Work authorization status (e.g., "US Citizen", "Green Card", "H1-B").
Whether the applicant requires visa sponsorship.
Gender (for EEO questions).
Ethnicity (for EEO questions).
Desired salary (e.g., "120000").
salary_expectation_currency
Salary currency code (e.g., "USD", "EUR").
Earliest available start date (e.g., "2026-04-01").
Whether the applicant is open to relocation.
Highest education degree (e.g., "Bachelor's", "Master's", "PhD").
Field of study (e.g., "Computer Science").
University or school name.
Graduation year (e.g., "2022").
Years of professional experience (e.g., "5").
Key-value pairs for custom form questions (e.g., {"How did you hear about us?": "LinkedIn"}).
Unique profile identifier (UUID).
Plain text resume content.
Cover letter template text.
Work authorization status.
Whether sponsorship is needed.
salary_expectation_currency
Salary currency.
Highest education degree.
University or school name.
Years of professional experience.
Key-value pairs for custom form questions.
ISO 8601 timestamp of when the profile was created.
ISO 8601 timestamp of when the profile was last updated.
curl -X POST https://connect.jobo.world/api/auto-apply/profiles \
-H "Content-Type: application/json" \
-H "X-Api-Key: YOUR_API_KEY" \
-d '{
"name": "John - SWE Profile",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"phone": "+1-555-123-4567",
"linkedin_url": "https://linkedin.com/in/johndoe",
"city": "San Francisco",
"state": "CA",
"country": "US",
"zip_code": "94105",
"work_authorization": "US Citizen",
"requires_sponsorship": false,
"highest_degree": "Bachelor'\''s",
"field_of_study": "Computer Science",
"university": "Stanford University",
"graduation_year": "2020",
"years_of_experience": "5",
"current_job_title": "Software Engineer",
"current_company": "Acme Corp",
"desired_salary": "150000",
"salary_expectation_currency": "USD",
"willing_to_relocate": true
}'
{
"id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
"name": "John - SWE Profile",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"phone": "+1-555-123-4567",
"linkedin_url": "https://linkedin.com/in/johndoe",
"website_url": null,
"portfolio_url": null,
"address": null,
"city": "San Francisco",
"state": "CA",
"country": "US",
"zip_code": "94105",
"resume_text": null,
"resume_file_path": null,
"cover_letter_template": null,
"work_authorization": "US Citizen",
"requires_sponsorship": false,
"gender": null,
"ethnicity": null,
"veteran_status": null,
"disability_status": null,
"desired_salary": "150000",
"salary_expectation_currency": "USD",
"available_start_date": null,
"willing_to_relocate": true,
"highest_degree": "Bachelor's",
"field_of_study": "Computer Science",
"university": "Stanford University",
"graduation_year": "2020",
"years_of_experience": "5",
"current_job_title": "Software Engineer",
"current_company": "Acme Corp",
"custom_answers": null,
"created_at": "2026-03-01T12:00:00Z",
"updated_at": "2026-03-01T12:00:00Z"
}