Import a locally produced skillevaluation results.json (unverified)
Open-runner funnel: persist a local skillevaluation run result.
The run is stored unverified (triggered_by='local_import') — it
shows on this skill’s own Benchmark tab but never feeds registry
rollups, rankings, or public cards. Run the hosted benchmark (or
publish, which triggers a verification run) to get a verified result.
Free and meter-exempt: importing is a JSON write, not an execution — no LLM spend happens here, so no benchmark quota is consumed.
Pushed cases are matched to this skill’s latest-version eval cases by
name; unmatched names are reported in skipped_cases (usually a sign
the local eval.yaml is ahead of the last decimalai skills sync).
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Path Parameters
Cookies
Body
A results document conforming to skillevaluation's test-run-result schema, as written by skillevaluation run.
Response
Successful Response