Systems
Create (upsert) system
Create a new system. If one with the same name in the project exists, it updates it instead.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.scorecard.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the system's Project.
Example:
"314"
Body
application/json
Response
System created successfully
A System Under Test (SUT).
Systems are templates - to run evaluations, pair them with a SystemVersion that provides specific parameter values.
The ID of the system.
The name of the system. Unique within the project.
The description of the system.
The production version of the system.
The versions of the system.
Previous
List systemsRetrieve a paginated list of all systems. Systems are ordered by creation date.
Next
JavaScript