Skip to content

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

Quickstart

Go from zero to a working dataset in five minutes.

Quickstart

Authentication

Learn about session tokens, API keys, and scopes.

Authentication

Making Requests

Understand request formats, response envelopes, pagination, and error handling.

Making Requests