Email Parser API
stringstring · date-timestring | nullstring | nullstring | nullstring | nullstring | nullstring | null
string · requiredstringstring · date-timestring | nullstring | nullstring | nullstring | nullstring | nullstring | null
Parse Email from File
POST
https://email-parser-api.p.rapidapi.com
/v1/email/upload
Parse an email from an uploaded .eml file
Parse Email from File › Responses
Successfully parsed email
subjectEmail subject
Example: Test Email
dateEmail date in ISO format
Example: 2025-06-10T08:47:41.000Z
message_idEmail Message-ID header
Example: <example123@mail.gmail.com>
in_reply_toIn-Reply-To header
referencesReferences header
priorityEmail priority
htmlHTML body of the email
textPlain text body of the email
object
Raw email headers
Parse Email from Text
POST
https://email-parser-api.p.rapidapi.com
/v1/email/text
Parse an email from raw text content
Parse Email from Text › Request Body
emailRaw email content in text format
Example: From: sender@example.com
To: recipient@example.com
Subject: Test
Email content
Parse Email from Text › Responses
Successfully parsed email
subjectEmail subject
Example: Test Email
dateEmail date in ISO format
Example: 2025-06-10T08:47:41.000Z
message_idEmail Message-ID header
Example: <example123@mail.gmail.com>
in_reply_toIn-Reply-To header
referencesReferences header
priorityEmail priority
htmlHTML body of the email
textPlain text body of the email
object
Raw email headers