ApplyCrft API
A REST API for managing jobs, applications, and profiles programmatically. Integrate ApplyCrft into your workflows and build custom automation.
🚧 Coming Soon
Full API documentation launching Q2 2026. Below is a preview of what's coming.
Authentication
All API requests require an API key passed in the Authorization header.
API keys are available on Pro and Premium plans. Generate yours in Dashboard → Settings → API Keys.
Quick Start
Fetch your matched jobs with a single request:
# List your matched jobs
curl -X GET https://api.techapplyai.com/v1/jobs \
-H "Authorization: Bearer your_api_key_here" \
-H "Content-Type: application/json"
Endpoints Overview
/api/jobsList matched jobs based on your profile and preferences.
/api/applicationsRetrieve your application history with status and details.
/api/applySubmit a job application programmatically.
/api/profileFetch your profile data, skills, and preferences.
Rate Limits
- Pro: 1,000 requests per hour
- Premium: 5,000 requests per hour
Rate limit headers are included in every response.