AI CV Resume CreatorAPI

Create ATS-optimized resumes with 6 professional templates. Achievement-anchored bullets, JD keyword tailoring, ATS match score, PDF and DOCX download.

business tools~10 credits/callv1.0.0

Endpoint

POST https://backend.aaddyy.com/api/ai/cv-resume-creator

Authentication

Authorization: Bearer YOUR_API_KEY

Parameters

Required

full_namestringrequired
emailstringrequired
job_title_targetstringrequired
experiencearrayrequired

Optional

phone
location
linkedin
job_description
skills
education
certifications
include_summary
tonestring
templatestring

Example Request

curl -X POST https://backend.aaddyy.com/api/ai/cv-resume-creator \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "full_name": "example_full_name",
    "email": "example_email",
    "job_title_target": "example_job_title_target",
    "experience": "example_experience",
    "tone": "professional"
  }'

Request Body

{
  "full_name": "example_full_name",
  "email": "example_email",
  "job_title_target": "example_job_title_target",
  "experience": "example_experience",
  "tone": "professional"
}

Example Response

{
  "success": true,
  "message": "AI CV Resume Creator completed successfully",
  "timestamp": "2026-04-05T10:16:07.768Z",
  "requestId": "req_b0qv8bhxm",
  "data": {
    "cost": 0.1,
    "remainingCredits": 9.95
  }
}

SDK

import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/cv-resume-creator', {
  "full_name": "example_full_name",
  "email": "example_email",
  "job_title_target": "example_job_title_target",
  "experience": "example_experience",
  "tone": "professional"
})

Install: npm install aaddyy

Pricing

~10 credits (~$0.10) per request

Rate Limits

10 requests per 1m

Burst: 3