OwnClimb
Personal projects from $5 / month

Build the bouldering app you wish existed.

You bring the idea. OwnClimb brings the climbing vision: turn wall photos into hold data without first becoming a machine-learning team.

From photo to product

A short path from wall photo to working feature.

OwnClimb handles the computer vision. You get a place to test it, useful geometry, and a small API to build on.

01TRY

Test a real wall first

Upload a photo in the playground, inspect the overlay, and tune the confidence threshold before writing integration code.

02DETECT

Get geometry you can use

Every detected hold comes back as a polygon with a confidence score, ready to draw, filter, or turn into your own interaction.

03BUILD

Make the experience yours

Use the built-in wall and climb tools, or take the same result through the REST API and build the app you had in mind.

Included with every plan
  • Progress updates over server-sent events
  • Run history with timing and failures
  • Wall, climb, and sharing tools
  • OpenAPI document and human-readable docs
When you are ready to code

One request between the photo and your idea.

Submit an image and receive a run immediately. Poll for the result when that is enough, or stream each stage into your interface.

Input
JPEG, PNG, WebP, or HEIC
Output
Polygons and confidence
Job
Asynchronous run
Updates
Polling or SSE
Read the API reference →
POST /api/v1/runs
curl https://ownclimb.com/api/v1/runs \
  -H "Authorization: Bearer oc_your_key" \
  -F "image=@wall.jpg"

# 202 Accepted
{ "id": "7fc…", "status": "queued" }

curl https://ownclimb.com/api/v1/runs/7fc… \
  -H "Authorization: Bearer oc_your_key"

# 200 OK
{
  "status": "done",
  "result": {
    "holds": [
      { "polygon": […], "confidence": 0.96 }
    ]
  }
}
Developer pricing

Build for yourself. Upgrade when you ship.

Start on the personal licence while the idea is yours. Move to Commercial when the product is published or making money.

Personal projects

Hobby

$5/ month

The complete product for experiments, home walls, and the app you are still figuring out.

  • Climbing hold detection API
  • Playground, wall, and climb tools
  • Run history and progressive results
  • For personal projects only
Start a personal project
Published products

Commercial

from$50/ month

The same tools and API, with a licence for products you publish, sell, or use in a business.

  • Everything in Hobby
  • Commercial-use licence
  • Publish to app stores and charge users
  • A starting plan for production apps
Build commercially