The number of API credits consumed depends on how the Resume Redact API is invoked:
🔹 Scenario 1: Parsing and Redaction Together
-
If you pass a resume file directly (e.g., in Base64 or public URL format), the system will first parse the resume and then perform redaction.
-
✅ Credits Used:
-
1 parsing credit for Resume Parser API
-
1 parsing credit for Redaction
➤ Total: 2 API credits per request
-
🔹 Scenario 2: Using Pre-Parsed Resume JSON
-
If you already have the resume parser JSON output (in Base64 format) and pass it using the
jsondata
parameter: -
✅ Credits Used:
-
Only 1 parsing credit for Redaction
➤ Total: 1 API credit per request
-
For detailed information about credit deductions, and please visit the Resume Redact page.
Comments
0 comments
Please sign in to leave a comment.