Each Auto Apply API response includes aDocumentation Index
Fetch the complete documentation index at: https://jobo.world/docs/llms.txt
Use this file to discover all available pages before exploring further.
status field indicating the current state of the session. States are either active (further actions possible) or terminal (session is finished).
State Reference
| Status | Terminal | Description | Action |
|---|---|---|---|
FormReady | ❌ | Form fields are available to fill on the current page | Call Set Answers with field values |
NextAvailable | ❌ | Current page is complete; next step is available | Handled automatically — next page fields returned |
SubmitReady | ❌ | All pages complete; submit action is available | Handled automatically — application submitted |
RedirectRequired | ❌ | Page redirected to a different ATS provider | Start a new session with the redirectUrl |
Submitted | ✅ | Application submitted successfully | Done! Session auto-closed |
LoginRequired | ✅ | Login or registration required | End session — manual intervention needed |
CaptchaRequired | ✅ | CAPTCHA needs to be solved | End session — manual intervention needed |
Expired | ✅ | Job posting has expired | End session |
Error | ✅ | An error occurred during the step | Check error message, retry or end session |

