Creating an application
Represents application tied to a job
The Applications endpoint allows you to submit candidate data for a given job. It supports both traditional file-based resumes and structured resume input, offering flexibility based on your system's capabilities.
π Supported Resume Formats
You can submit resumes in the following file formats:
.doc
.docx
β οΈImportant:
Files containing embedded images are not supported. If an image is detected (e.g., profile photo, graphs, logos), the application may be rejected or skipped during processing.
Structured Resumes (Alternative to Resume File)
Instead of uploading a resume file, you can pass in a structured_resume object. This is a JSON representation of the resume content.
This is especially useful for platforms that already parse resumes into structured data and want to bypass file upload and parsing. Using structured resumes will also greatly reduce latency.
π Webhook-Based Integration
This endpoint is designed to work as a webhook, meaning you will have to provide a callback_url where AIR will post results to.
π PII & File Retention Policy
We take data privacy and compliance seriously. Here's how we handle sensitive data:
No Personally Identifiable Information (PII) is stored.
All resume files are deleted after successful processing.
If a resume fails to process, we temporarily retain the file for internal tracking and retry purposes only.
Retained files (in case of failure) are stored securely and automatically purged after internal review.
β How to Create an Application
To create a new application simply click below
Updated about 1 month ago