Skip to content
IdeaScore
API

API access is on the roadmap

When it ships, the API will cover read access to programmes, submissions and scores, and webhooks for status changes. Write access follows later.

Coming soon
Today

What you can do today

Without an API, these already cover most integration needs.

  • Excel exports

    Export the submissions table, or a committee report, as an .xlsx file at any point.

  • Scheduled reports

    Have a funnel, throughput or AI-coverage report emailed to a distribution list on a schedule.

  • Public results page

    Share a public, read-only results page once a programme's decisions are final.

  • Self-hosting with direct database access

    Run IdeaScore on your own server and query the database directly, with no API in between.

Register interest

Tell us what you would build and we will let you know when early access opens.

Register interest

Illustrative, not final

Example of the shape we are designing towards: a submission response, with case numbers in the same style used across the platform.

{
  "submission": {
    "case_number": "#0142",
    "team": "Team name",
    "programme": "Programme name",
    "status": "under_review",
    "scores": {
      "human": { "value": 46.5, "of": 50 },
      "ai": { "value": 44.0, "of": 50 },
      "blended": { "value": 45.3, "of": 50 }
    },
    "rubric_criteria": 5
  }
}

See IdeaScore run a call with your own rubric

A 30-minute walkthrough with a founder, using your programme's form and criteria.