Skip to main content

Overview

The Playground is a web-based application that lets you quickly try out our APIs without writing any code. You can run the Parse, Split, and Extract tools on your documents and see the output directly in the interface. ADE Playground

From Playground to Production

If you’re new to , start with the Playground rather than jumping straight into the APIs. The Playground gives you an immediate, visual way to explore what Parse, Split, and Extract can do with your specific documents. Use the Playground to:
  • Test your use case before writing any code. Upload your actual documents and see how handles them. Can it parse faxed medical records? Extract supplier IDs consistently across invoices from different vendors? Handle long financial tables in earnings reports? You’ll get immediate answers.
  • Build extraction and split schemas visually. The schema wizard guides you through creating, editing, and validating schemas using a point-and-click interface.
  • Export production-ready code. Once you’re satisfied with the results, the Playground generates the API or library code you need to replicate the same processing programmatically.
When you’re ready to scale, use the API or the Python or TypeScript libraries. The Playground is not intended for production use and has limitations such as lower rate limits.

Files Are Organized into Projects

Files in the Playground are organized into projects. Projects let you group similar documents together. You can then create and apply extraction schemas across multiple documents at once. Recent Projects To view all files you’ve uploaded to the Playground, click Projects in the left navigation bar. View All Projects

Chat with Document

After the Playground parses a file, you can use the Chat with Document tool to interact with the document. The Chat with Document tool is an LLM layered on top of the output of the API. The chat tool showcases how the API accurately parses and understands document data, including element locations. Use the chat tool to get inspired for how you can build custom solutions on top of the API. The Chat with Document tool suggests a few prompts based on your document. You can also enter your own prompts. Like the Playground itself, the Chat with Document tool is an example of what you can build, and is not part of the API.

Manage Your Account in the Playground

The Playground is also used to create and manage your account. For more information, go to Organizations & Members.