FastGPT toolset for parsing unstructured documents with the fixed hosted Unstructured Partition API endpoint.
partitionText— sends plain text as a temporary.txtdocument and returns normalized parsed elements.partitionBase64File— sends a base64-encoded document such as PDF, DOCX, PPTX, HTML, Markdown, EML, or text to the Unstructured Partition API.
| Secret | Required | Description |
|---|---|---|
apiKey |
yes | Unstructured API key. Stored as a FastGPT secret. |
The plugin always calls https://api.unstructuredapp.io/general/v0/general; it does not accept endpoint overrides from user input or secrets.
pnpm install --ignore-workspace
pnpm run type-check
pnpm test
pnpm build
pnpm check
pnpm run packRemote dev debugging was not run during automated development because no FastGPT connection key was available in the scheduled job environment.