Textkernel (Sovren) Tx Platform: parse a resume via the Resume Parser API

domain: textkernel.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Obtain a Tx Platform account and note your Tx-AccountId and Tx-ServiceKey credentials issued at account creation.
  2. Base64-encode the resume file bytes (standard base64 per RFC 4648 Section 4, not base64url) for the DocumentAsBase64String field.
  3. POST to /v9/parser/resume with headers Tx-AccountId and Tx-ServiceKey, sending a JSON body with DocumentAsBase64String and the mandatory RevisionDate (YYYY-MM-DD) so the parser can interpret relative dates like 'current'.
  4. Set optional flags as needed: OutputHtml/OutputRtf/OutputPdf for format conversion, UseLLMParser for the LLM-based parser, and SkillsSettings.Normalize/ProfessionsSettings.Normalize for taxonomy-normalized skills and job titles.
  5. Read Value.ParsedDocument (or Value.ScrubbedParsedDocument for a PII-redacted version) from the response, and monitor Value.CreditsRemaining on every call to avoid running out of parsing credits.
  6. Check Info.Code for Success vs. warning/error codes (WarningsFoundDuringParsing, Timeout, ConversionException, MissingParameter, InvalidParameter, AuthenticationError) before trusting the parsed output.

Known gotchas

Related routes

Parse a resume into structured JSON using Textkernel's Tx Platform (formerly Sovren) resume parser API
developer.textkernel.com · 6 steps · unrated
Bullhorn REST API: parse a resume file into structured Candidate data
bullhorn.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans