The Resume Templater API by RChilli is designed to transform parsed resume data into a predefined template format. Here's a detailed breakdown of the API request parameters you need to include:
📥 API Request Parameters
You can use the Resume Templater API in two ways:
-
Parsing a resume file (base64 format)
-
Formatting a resume from already parsed JSON data
✅ Common Required Parameters:
| Parameter | Type | Description |
|---|---|---|
userkey |
String | Your unique API key provided by RChilli |
version |
String | Version of the Resume Parser (e.g., "8.0.0") |
subuserid |
String | Unique identifier for your sub-user account (no spaces allowed) |
filedata |
String | Base64 encoded resume file content |
filename |
String | Name of the resume file (e.g., "resume.docx") |
templateoutput |
Boolean | Indicates whether to generate a formatted template (true or false) |
jobzoneredaction |
Boolean | Optional. Enables redaction based on Job Zone classification |
apisetting |
Object | Optional dynamic settings such as dateformat, formattedphone, etc. |
🔁 Example JSON Request:
📝 Additional Notes
-
Custom Templates: You can upload and use your own resume templates. Fields in the template are mapped to the parsed fields in the JSON.
-
API Credit Consumption: Each API call uses two credits — one for resume parsing and one for template generation.
-
Output Format: The API returns the formatted resume as a base64-encoded file of the selected template.
-
Security: Fully GDPR-compliant and supports secure data handling.
🔗 Reference & Help
If you need help setting up your template or want to explore advanced dynamic settings, feel free to reach out to support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.