Laddro DocsLaddro Docs

Introduction

Introduction

The Laddro Career API is a RESTful API for building career tools. It provides endpoints for resume management, AI-powered resume tailoring, cover letter generation, and PDF rendering.

Architecture

The API runs on api.laddro.com and serves all requests over HTTPS. Responses are JSON unless you're requesting a PDF render or using SSE streaming.

Client → api.laddro.com/v1/* → Career API (Go) → AI Provider → Response

Key Capabilities

FeatureDescription
Resume ParsingUpload PDF/DOCX, get structured JSON
Resume TailoringAI rewrites resume sections for a specific job description
Cover LettersGenerate cover letters targeted to job postings
PDF ExportRender resumes and cover letters with 22 professional templates
SSE StreamingReal-time streaming for AI-powered endpoints

API Versioning

All endpoints are under /v1. We will not introduce breaking changes within a version. New versions will be announced in advance.

Rate Limits

TierRequests/Month
Free50
Credit PacksPurchased as needed

Exceeding your limit returns 402 Payment Required. See Billing & Credits for details.

Support

On this page