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 Email from FilepostParse Email from Textpost
Schemas
powered by Zudoku
Email Parser API
Email Parser API

Schemas


EmailAddress

name
​string

Display name of the email address

Example: John Doe
address
​string

Email address

Example: john@example.com

Attachment

filename
​string

Name of the attachment file

Example: document.pdf
contentType
​string

MIME type of the attachment

Example: application/pdf
content
​string

Base64 encoded content of the attachment

size
​integer

Size of the attachment in bytes

Example: 1024

ParsedEmail

subject
​string

Email subject

Example: Test Email
​EmailAddress[]
​EmailAddress[]
​EmailAddress[]
​EmailAddress[]
date
​string · date-time

Email date in ISO format

Example: 2025-06-10T08:47:41.000Z
message_id
​string | null

Email Message-ID header

Example: <example123@mail.gmail.com>
in_reply_to
​string | null

In-Reply-To header

references
​string | null

References header

priority
​string | null

Email priority

​Attachment[]
html
​string | null

HTML body of the email

text
​string | null

Plain text body of the email

​object

Raw email headers

Error

error
​string

Error message

Example: Invalid file type. Only .eml files are supported.

HealthResponse

message
​string · enum
Enum values:
OK

EmailTextRequest

email
​string · required

Raw email content in text format

Example: From: sender@example.com To: recipient@example.com Subject: Test Email content
On this page
  • EmailAddress
  • Attachment
  • ParsedEmail
  • Error
  • HealthResponse
  • EmailTextRequest