1
Log in
Log in to Transform. If you do not have access, contact your account team.
2
Upload a document
Upload your own document or download the ACME Corp Annual Report sample PDF to try the flow. Check the supported file types if you are unsure whether your file is supported.
3
Parse the document
Choose Parse. When processing finishes, review the parsed content alongside your document.
4
Extract structured data (optional)
Choose Extract if you need specific fields as structured data. Define the fields you need, then review the extracted values.
5
Use Get Code
Open Get Code to carry the flow into an API integration. Use your API key when running the code in your application.
See integrate with Get Code for the next steps.
Review the output
Compare the parsed content and any extracted values with your source document. See result interpretation for details. See recovery guidance if an upload or processing step fails.Make your first API request
You can Parse a document directly through the API without uploading it in the web app first. The-i option prints response headers so you can retain Location if processing continues. Use your API key in UNSTRUCTURED_API_KEY and a supported document saved as document.pdf. No workspace parameter is required.
To try the example without your own file, download the ACME Corp Annual Report sample PDF and save it as document.pdf in your project directory.
markdown. Save id to Extract from the same Parse later. Check status and warnings before using the output. metadata describes the document, format_version identifies the result format, and source identifies the input file and its expiry. The source values in this shortened example are representative.
This Markdown example has empty elements and extracted_data arrays. See Parse response format for other output options.
