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.

Authorization: Bearer your_api_key_here

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

GET/api/jobs

List matched jobs based on your profile and preferences.

GET/api/applications

Retrieve your application history with status and details.

POST/api/apply

Submit a job application programmatically.

GET/api/profile

Fetch 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.

Need API Access?

Upgrade to Pro or Premium to get your API key and start building.

View Plans