Get Started
Quickstart
Get started with Praxos API in minutes
Getting Started with Praxos API
This quickstart guide will help you get up and running using Praxos. You’ll learn how to:
- Set up a development environment
- Upload a document
- Run a query on your document
- Retrieve and handle the results
Prerequisites
To begin, make sure you have:
- A Praxos API key (see API Key Instructions)
- Python 3.6 or higher installed
- A JSON/PDF/DOC/DOCX file to analyze
Setup Your Development Environment
First, Python dependencies:
Then, add your API key to the Python environment:
Upload Your Document
Upload a JSON/PDF/DOC/DOCX document to Praxos. The system will automatically handle OCR if needed.
Expected successful response:
Run a Query
Now that your document is uploaded, you can run queries against it. You’ll need your interface ID for this step (see Interface ID Instructions).
Expected successful response:
Retrieve Query Results
After submitting a query, you’ll need to check the job status and retrieve the results. The processing time may vary depending on the document size and complexity.
Congratulations! You’ve successfully:
- Set up your development environment
- Uploaded a document to Praxos
- Run a query against your document
- Retrieved the results