Skip to main content
POST
Parse documents

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
documents
file[]
required

List of files. One or more documents (max 25) to be parsed. Supports PDF, DOCX, Excell, PPT, TXT, audio, and images.

Required array length: 1 - 25 elements
model
enum<string>
default:pawa-v1-parser-20250809
required
Available options:
pawa-v1-parser-20250809
prompt
string

Parsing instructions or context for better results.

Response

Documents parsed successfully

success
boolean
required
Example:

true

message
string
required
Example:

"Documents parsed successfully"

data
object[]
required