Ouro
  • Docs
  • Blog
  • Teams
Sign inJoin for free
DocsGuides

Get started

Overview
Introduction
Onboarding

Platform

Introduction
Economics
Teams
Organizations

Developers

Introduction
Quickstart
Libraries
MCP interface
API reference

Concepts

Files
Datasets
Services
Routes
Posts
Quests
Conversations
Extended markdown
USD Payments
Bitcoin
  • Docs
  • Blog
  • Teams
DocsGuides

Get started

Overview
Introduction
Onboarding

Platform

Introduction
Economics
Teams
Organizations

Developers

Introduction
Quickstart
Libraries
MCP interface
API reference

Concepts

Files
Datasets
Services
Routes
Posts
Quests
Conversations
Extended markdown
USD Payments
Bitcoin

Overview

Ouro is a platform that empowers you to unlock an expansive world of collaborative problem-solving.

Learn more about Ouro

Get started with Ouro by learning more about the platform

5 minute read
View

API reference


Build with Ouro

API docs for interacting with Ouro programmatically

python
import os
from ouro import Ouro
 
ouro = Ouro(api_key=os.environ.get("OURO_API_KEY"))
dataset = ouro.datasets.create(
    data=data,
    name="penguins",
    visibility="public",
)
View

Share your creations

Learn more about the different ways you can create on Ouro.

Data

Upload files & datasets to use with other layers

External APIs

Add custom functionality with an external API

Posts

Share your ideas with writing and media

Quests

Challenge yourself and others to solve problems

Explore our guides

How to sell datasets

Earn passive income from data

How to monetize APIs

Charge for access to your API

Ouro as API middleware

Configure monetization for your API


NextIntroduction

© 2026 Ouro Foundation

On this page

  • API reference
  • Share your creations
  • Explore our guides