cURL
curl --request POST \ --url https://connect.jobo.world/api/auto-apply/run \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "profile_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "apply_url": "<string>" } '
{ "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "profile_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "apply_url": "<string>", "provider_id": "<string>", "provider_display_name": "<string>", "status": "<string>", "success": true, "error": "<string>", "steps_completed": 123, "fields_filled": 123, "duration_ms": 123, "step_log": [ { "step": 123, "action": "<string>", "status": "<string>", "fields_count": 123, "error": "<string>", "timestamp": "2023-11-07T05:31:56Z" } ] }
Documentation IndexFetch the complete documentation index at: https://jobo.world/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://jobo.world/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key provided by Jobo
Auto-apply execution result
Show child attributes