Getting Started¶
What is IPTO?¶
IPTO is a REST API for a data marketplace. It lets you upload private datasets, make them searchable with hybrid lexical and vector retrieval, and monetize access through metered billing. Whether you are a data provider listing proprietary corpora or a developer building AI agents that consume curated data, IPTO handles storage, indexing, search, and billing so you can focus on your application.
Prerequisites¶
Before you begin, make sure you have:
- An HTTP client -- cURL, Python
requests, or any language with HTTP support. - API credentials -- You will create these during signup. No pre-approval is required.
What's Next¶
Making Requests¶
Understand request formats, response envelopes, pagination, and error handling.