---
title: "POST /career-page/{client_slug}/jobs/{id}/apply/"
method: POST
path: "/career-page/{client_slug}/jobs/{id}/apply/"
tags: ["Career Page (Legacy)"]
---

# POST /career-page/{client_slug}/jobs/{id}/apply/

`POST /career-page/{client_slug}/jobs/{id}/apply/`

Retrieves or creates a candidate object based on the provided email
 and adds them to the job as if the candidate is applying himself for the job.

## Response `201`

- object
  - `full_name` string, required
  - `email` string, email, required
  - `phone_number` string
  - `resume` string, uri
  - `linkedin` string
  - `message` string

## Other responses

- `400` — {'email': ['Enter a valid email address.']}
- `404` — {'detail': 'Not found.'}
- `500` — {'detail': 'An unknown error occurred.'}

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
