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.
Endpoint
POST https://backend.aaddyy.com/api/ai/job-email-creator
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Required
emailTypestringrequiredType of job email to generate
Values: job_applicationfollow_upinterview_schedulinginterview_thank_youjob_inquiryoffer_negotiationrejection_responsegeneric_professional
Example: job_application
jobTitlestringrequiredThe job title you are applying for
Example: Senior Software Engineer
companyNamestringrequiredName of the company
Example: Google
userNamestringrequiredYour full name
Example: John Doe
Optional
recipientNameuserRoleportfolioUrlcustomContexttonestringTone of the email
Values: formalneutralfriendlyenthusiasticconfidenthumble
Default: formal
formalityLevelnumberFormality level (1=casual, 5=very formal)
Default: 4
emailLengthstringEmail length preference
Values: shortmediumlong
Default: medium
languageoutputFormatincludeSignaturevariationsnumberNumber 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