Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Robot rollout verifier Archive Live Example API
version: 0.1.0
servers:
- url: https://demo.instancelabs.ai
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: Live Example
paths:
/api/live_example:
get:
summary: Live Example
description: 'Self-contained worked example (pill-jar take) shown on the live landing
page. Pre-rendered offline (scripts/build_example) so it needs no model
server or Opus call at view time and survives restarts.'
operationId: live_example_api_live_example_get
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
tags:
- Live Example