Integrate AI-powered resume analysis, optimization, and generation into your app. Simple REST API. Powerful capabilities.
1// Analyze a resume against a job description2const response = await fetch('https://api.resumeforge.ai/v2/analyze', {3 method: 'POST',4 headers: {5 'Authorization': 'Bearer rf_your_api_key',6 'Content-Type': 'application/json',7 },8 body: JSON.stringify({9 resume_text: "...",10 job_description: "...",11 }),12});1314const { score, suggestions } = await response.json();
A complete developer toolkit for building resume-powered products.
Full access to our AI resume analysis, scoring, optimization, and export APIs. JSON responses. OpenAPI 3.0 spec included.
Subscribe to real-time events — resume uploads, AI completions, exports. Native support for HTTP and queue-based systems.
Secure API key management with scope-based permissions. OAuth2 support for user-delegated access flows.
Official SDKs for Node.js, Python, and Go. Community SDKs for Ruby, PHP, and more.
Direct access to our advanced resume scoring and optimization models. Batch processing supported.
Interactive API explorer, code examples in 6 languages, rate limits, error codes, and changelog.
Tell us about your project and we'll get you an API key within 24 hours.