Import a profile from a resume
Upload a resume file and let AI build the profile — contact details, links, work experience, education, and derived memories (key skills, summary facts) are extracted automatically. Returns 202 immediately; poll GET /api/auto-apply/profiles/{id} until status leaves importing (typically 10–30 seconds). On import_failed, inspect import_error, then fix the profile with PATCH (which flips it back to ready) or import again. Accepts PDF, DOCX, TXT, RTF, or MD up to 10 MB (legacy binary .doc cannot be text-extracted — convert it first).
Authorizations
API key provided by Jobo
Body
Resume file (PDF, DOCX, TXT, RTF, or MD; max 10 MB).
Response
Import started. The Location header points at the new profile; poll it until status leaves importing.
Returned by POST /api/auto-apply/profiles/import. Poll GET /api/auto-apply/profiles/{profile_id} until status leaves importing.
The profile being built by the import.
"8c5e6d0a-9f2b-4c1e-b7a3-2f4d5e6a7b8c"
Lifecycle of a profile, driven by the async resume import. ready — complete and usable for applications; importing — a resume import is building the profile, poll until it leaves this state; import_failed — the import failed, see import_error (fix with PATCH or re-import).
ready, importing, import_failed "ready"

