Skip to main content
POST
/
api
/
v1
/
apply
cURL
curl --request POST \
  --url https://api.oneclickapply.co/api/v1/apply \
  --header 'API-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "job_link": "<string>",
  "content": "<string>",
  "resume_key": "<string>"
}'
{
  "app_id": 123,
  "app_url": "<string>",
  "status": "<string>",
  "status_code": 123,
  "ai_response": [
    "<any>"
  ],
  "time": "<string>"
}

Headers

API-Key
string
required

User's API key

Body

application/json

Job to be applied to

Link to job posting.

content
string
required

User's information and custom information.

resume_key
string
required

User's Resume key.

Response

Plant deleted

app_id
integer
required

The ID of the application in our records.

app_url
string
required

The URL of the job applied to.

status
string
required

The status of the application. There are three possible values: FAILED, SUCCESSFUL and IN PROGRESS.

status_code
integer
required

The status code of the application.

ai_response
any[]
required

A list of the submitted responses to the application.

time
string
required

The timestamp of the application status.