v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
Applications

Create a job application

Creates a new job application in the pipeline. Company and role are required; all other fields (stage, location, salary, source, linked resume, follow-up, notes, contacts) are optional. Requires authentication.

post/applications

Request body

companystring required

The company applied to.

rolestring required

The role / job title.

locationstring nullable
salarystring nullable
sourcestring nullable
sourceUrlstring nullable
jobDescriptionstring nullable
notesstring nullable
resumeFileUrlstring nullable
resumeFileNamestring nullable
coverLetterUrlstring nullable
coverLetterNamestring nullable
followUpAtstring date-time nullable
followUpNotestring nullable
resumeIdstring nullable

The linked Reactive Resume, if any.

tagsstring[]
status'saved' | 'applied' | 'screening' | 'interview' | 'offer' | 'rejected'

Response

The ID of the newly created application.

string required

The ID of the created application.