Api referenceToolsApiToolsReductoParse
POST /api/tools/reducto/parse
Authorization
sessionAuth better-auth.session_token<token>
Better Auth session cookie
In: cookie
Request Body
application/json
apiKey*string
filePath*string
environment?string
Default
"production"Value in
"production" | "eu" | "au"resultType?string
Value in
"markdown" | "text" | "json"splitDocuments?boolean
includeImages?boolean
extractSchema?object
preserveTableStructure?boolean
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://app.nuxa.ai/api/tools/reducto/parse" \ -H "Content-Type: application/json" \ -d '{ "apiKey": "string", "filePath": "string" }'{}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}