API CodexAPI Codex
WebsiteDashboardGet API Key
  • Documentation
  • All APIs
  • Changelog
Resources
  • Docs Home
  • API Catalog
  • API Codex Website
Platform
  • Get a free API key
  • Dashboard
  • APIs & Pricing

© 2026 API Codex. All rights reserved.

Information
Other endpoints
    Parse Resume from File UploadpostParse Resume from Textpost
Schemas
powered by Zudoku
Resume Parser API
Resume Parser API

Schemas


Person

name
​string · required

Full name of the person

email
​string | null · required

Email address if available

phone
​string | null · required

Phone number if available

linkedin
​string | null · required

LinkedIn URL if available

address
​string | null · required

Address if available

state
​string | null · required

State if available

country
​string | null · required

Country if available

Experience

title
​string · required

Job title

company
​string · required

Company name

location
​string | null · required

City, State, Country or Remote (if available)

start_date
​string | null · required

Start date of employment

end_date
​string | null · required

End date of employment

description
​string | null · required

Description of responsibilities and achievements

Education

degree
​string | null · required

Degree name

institution
​string · required

School/University name

location
​string | null · required

City, State, Country (if available)

start_date
​string | null · required

Start date of education

end_date
​string | null · required

End date of education

gpa
​string | null · required

GPA if available

Certification

name
​string · required

Certification name

issuer
​string | null · required

Issuing organization

start_date
​string | null · required

Start date if applicable

end_date
​string | null · required

End date if applicable

expires
​string | null · required

Expiration date if applicable

Project

name
​string · required

Project name

description
​string | null · required

Brief description of the project

start_date
​string | null · required

Start date if applicable

end_date
​string | null · required

End date if applicable

url
​string | null · required

Project URL if available

ResumeData

​Person · required
summary
​string | null · required

Professional summary or objective statement

skills
​string[] · required

List of skills extracted from the resume

​Experience[] · required
​Education[] · required
​Certification[] · required
languages
​string[] · required

Languages known by the person

​Project[] · required

ResumeResponse

success
​boolean

Whether the parsing was successful

Example: true
parsed_at
​string · date-time

Timestamp when the resume was parsed

Example: 2025-03-10T11:17:03+03:00
​ResumeData

Error

error
​string

Error message

On this page
  • Person
  • Experience
  • Education
  • Certification
  • Project
  • ResumeData
  • ResumeResponse
  • Error