AI Job Email CreatorAPI

Generate professional, context-aware job-related emails including job applications, follow-ups, interview scheduling, thank you notes, and more. Tailored specifically for career and recruitment communication.

business tools~10 credits/callv1.0.0

Endpoint

POST https://backend.aaddyy.com/api/ai/job-email-creator

Authentication

Authorization: Bearer YOUR_API_KEY

Parameters

Required

emailTypestringrequired

Type of job email to generate

Values: job_applicationfollow_upinterview_schedulinginterview_thank_youjob_inquiryoffer_negotiationrejection_responsegeneric_professional

Example: job_application

jobTitlestringrequired

The job title you are applying for

Example: Senior Software Engineer

companyNamestringrequired

Name of the company

Example: Google

userNamestringrequired

Your full name

Example: John Doe

Optional

recipientName
userRole
portfolioUrl
customContext
tonestring

Tone of the email

Values: formalneutralfriendlyenthusiasticconfidenthumble

Default: formal

formalityLevelnumber

Formality level (1=casual, 5=very formal)

Default: 4

emailLengthstring

Email length preference

Values: shortmediumlong

Default: medium

language
outputFormat
includeSignature
variationsnumber

Number of email variations to generate

Default: 1

Example Request

curl -X POST https://backend.aaddyy.com/api/ai/job-email-creator \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "emailType": "job_application",
    "jobTitle": "Senior Software Engineer",
    "companyName": "Google",
    "userName": "John Doe",
    "tone": "formal"
  }'

Request Body

{
  "emailType": "job_application",
  "jobTitle": "Senior Software Engineer",
  "companyName": "Google",
  "userName": "John Doe",
  "tone": "formal"
}

Example Response

{
  "success": true,
  "message": "AI Job Email Creator completed successfully",
  "timestamp": "2026-04-01T22:35:34.492Z",
  "requestId": "req_km557szzn",
  "data": {
    "cost": 0.1,
    "remainingCredits": 9.95
  }
}

SDK

import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/job-email-creator', {
  "emailType": "job_application",
  "jobTitle": "Senior Software Engineer",
  "companyName": "Google",
  "userName": "John Doe",
  "tone": "formal"
})

Install: npm install aaddyy

Pricing

~10 credits (~$0.10) per request

Feature pricing:

  • multipleVersions: +2 credits

Rate Limits

20 requests per 1m

Burst: 5