Build powerful resume applications with our comprehensive RESTful API. Create, customize, and export professional resumes programmatically.
The MyRaraha API enables developers to integrate professional resume building capabilities into their applications. Our RESTful API provides endpoints for resume creation, template management, export functionality, and more.
Create, update, delete, and retrieve resumes with full CRUD operations.
Access 12+ professional templates with customization options.
Generate PDF, DOCX, and HTML versions of resumes programmatically.
https://api.myraraha.com/v2
All API requests must include your API key in the Authorization header:
For user-facing applications, use OAuth 2.0 with the authorization code flow:
/resumes
List all resumes/resumes
Create new resume/resumes/{id}
Update resume/resumes/{id}
Delete resume/resumes/{id}/export/pdf
Generate PDF/resumes/{id}/export/docx
Generate Word document/templates
List available templatesWebhooks allow you to receive real-time notifications when events occur in your MyRaraha account.
{ "event": "resume.created", "timestamp": "2024-01-15T10:30:00Z", "data": { "resume_id": "res_abc123", "user_id": "usr_def456", "template_id": "modern" } }
Full-featured SDK for browser and Node.js environments.
Pythonic interface with async support and type hints.
Ruby gem with Rails integration and ActiveRecord support.
Additional API calls beyond your plan limits are charged at $0.001 per call. Export operations (PDF/DOCX) count as 10 API calls each.
Test our API endpoints directly in your browser. No setup required - authenticate with your API key and start exploring.
Interactive API testing interface with real-time responses and code generation.
Join thousands of developers using MyRaraha API to build powerful resume applications.