# CareerPulse Resume Optimization

> CareerPulse Resume Optimization is a paid API for AI agents from careerpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns ATS keywords, formatting recommendations, and recruiter intelligence to optimize a resume for a specific target role.

## Facts

- Endpoint: GET https://careerpulse.theaslangroupllc.com/api/career/resume
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/careerpulse-resume-optimization-6f15bcd6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SxX66AmklBnDGB_9wfZ2_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability careerpulse-resume-optimization-6f15bcd6
```

Example prompt: Can you optimize my resume for a senior product manager role at a tech company — I need the ATS keywords I'm missing, formatting advice, and what recruiters are actually looking for in candidates for this position?

## When to prefer this

Use this endpoint when a job seeker or career-coach agent needs to tailor a resume to a specific role and wants actionable ATS keyword gaps, formatting guidance, and recruiter-perspective intelligence in a single call — especially when the goal is improving ATS pass-through rates before applying.

## Known failure modes

- Missing or malformed resume content returns a 400 error
- Unrecognized or overly vague target role may return generic results
- Rate limiting or payment failure returns a 402 Payment Required
- Server errors return a 500 response with no optimization data

## How this service works

Resume optimization for job-seeker and career-coach agents. Returns ATS keywords, formatting, and recruiter intelligence for a target role.

## Output

Returns a structured response containing ATS-relevant keywords for the target role, resume formatting recommendations, and recruiter intelligence including what hiring managers prioritize when evaluating candidates for that position.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | zh | pt | ar | hi"
      },
      "role": {
       "type": "string",
       "description": "software engineer | product manager | data scientist | nurse | teacher | sales"
      },
      "industry": {
       "type": "string",
       "description": "tech | healthcare | finance | consulting | education"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ats_score": 72,
  "keyword_gaps": [
   "TypeScript",
   "system design",
   "cross-functional leadership"
  ],
  "format_issues": [
   "Summary too long",
   "Missing metrics on impact"
  ],
  "suggested_headline": "Senior Software Engineer | Distributed Systems | 8 Years"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/careerpulse-resume-optimization-6f15bcd6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from careerpulse.theaslangroupllc.com](https://www.zero.xyz/host/careerpulse.theaslangroupllc.com/llms.txt)
