How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Credo AI Models API

Operations related to models and model versions

Credo AI Models API is one of 40 APIs that Credo AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Models. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 27 operations across 16 paths, and defines 36 schemas. It is described by OpenAPI 3.2.0.

Requests are made against a single base URL, /api/v2/credoai.

27 operations 16 paths 36 schemas 6 DELETE11 GET3 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://api.credo.ai/api/v2/{tenant}
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Credo AI Models API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer).

Paths & Operations 27

Across 16 paths, the API surfaces 27 operations — 6 DELETE, 11 GET, 3 PATCH, 7 POST. Each is listed below with its method, path, parameters, and response codes.

models 27

Operations related to models and model versions

GET
/models/{model_id}/files
Retrieve a list of files associated with a specific model.
CredoAIWeb.API.V2.Model.FileController.index 1 param → 200401403
POST
/models/{model_id}/files
Upload a new file for a specific model.
CredoAIWeb.API.V2.Model.FileController.create 1 param body → 200401403404
DELETE
/models/{model_id}/questionnaires/{id}
Remove a specific questionnaire from a model's collection.
CredoAIWeb.API.V2.Model.QuestionnaireController.delete 2 params → 204401403404
PATCH
/models/{model_id}/questionnaires/{id}
Update the version of a specific questionnaire for a model.
CredoAIWeb.API.V2.Model.QuestionnaireController.update 2 params body → 200401403404
GET
/models/{model_id}/vendor_links
Retrieve a list of vendor links associated with a specific model.
CredoAIWeb.API.V2.Model.VendorLinkController.index 1 param → 200401
POST
/models/{model_id}/vendor_links
Create a new vendor link for a specific model.
CredoAIWeb.API.V2.Model.VendorLinkController.create 1 param body → 201401403404
DELETE
/models/{model_id}/vendor_links/{id}
Delete a specific vendor link associated with a model.
CredoAIWeb.API.V2.Model.VendorLinkController.delete 2 params → 204401403404
GET
/models/{model_id}/custom_fields
Retrieve a list of all custom fields associated with a specific model.
CredoAIWeb.API.V2.Model.CustomFieldController.index 1 param → 200401404
DELETE
/models/{model_id}/versions/{id}
Delete a specific model version identified by its unique ID.
CredoAIWeb.API.V2.Model.VersionController.delete 2 params → 204401403404
GET
/models/{model_id}/versions/{id}
Retrieve details of a specific model version identified by its unique ID.
CredoAIWeb.API.V2.Model.VersionController.show 2 params → 200401404
PATCH
/models/{model_id}/versions/{id}
Update the attributes of a specific model version identified by its unique ID.
CredoAIWeb.API.V2.Model.VersionController.update 2 params body → 200401403404
DELETE
/models/{id}
Delete a specific model identified by its ID from the system.
CredoAIWeb.API.V2.ModelController.delete 1 param → 204401403404
GET
/models/{id}
Retrieve detailed information about a specific model identified by its ID.
CredoAIWeb.API.V2.ModelController.show 2 params → 200401404
PATCH
/models/{id}
Update the attributes of an existing model identified by its ID.
CredoAIWeb.API.V2.ModelController.update 1 param body → 200401403404
POST
/models/{model_id}/questionnaire_sections/{section_id}/tasks
Creates a new task for a model questionnaire section
CredoAIWeb.API.V2.Model.Questionnaire.SectionController.create_task 2 params body → 201401403404
GET
/models
Retrieve a list of all models available in the system.
CredoAIWeb.API.V2.ModelController.index 9 params → 200401
POST
/models
Create a new model with the specified attributes.
CredoAIWeb.API.V2.ModelController.create body → 201401403
GET
/models/{model_id}/questionnaire_sections/{section_id}
Retrieves a specific questionnaire section for a model
CredoAIWeb.API.V2.Model.Questionnaire.SectionController.show 2 params → 200401403404
GET
/models/{model_id}/questionnaires
Retrieve a list of all questionnaires associated with a specific model.
CredoAIWeb.API.V2.Model.QuestionnaireController.index 1 param → 200401404
POST
/models/{model_id}/questionnaires
Create a new questionnaire for a specific model.
CredoAIWeb.API.V2.Model.QuestionnaireController.create 1 param body → 201401403404
DELETE
/models/{model_id}/evidences/{id}
Deactivate a specific evidence for the given model.
CredoAIWeb.API.V2.Model.EvidenceController.delete 2 params → 204401403404
GET
/models/{model_id}/versions
Retrieve a list of all model versions associated with the specified model.
CredoAIWeb.API.V2.Model.VersionController.index 1 param → 200401
POST
/models/{model_id}/versions
Create a new version for the specified model with the provided attributes.
CredoAIWeb.API.V2.Model.VersionController.create 1 param body → 201401403
GET
/models/{model_id}/questionnaire_sections/{section_id}/evidences
List all evidences for a specific questionnaire section in a model.
CredoAIWeb.API.V2.Model.Questionnaire.SectionEvidenceController.index 2 params → 200401404
POST
/models/{model_id}/questionnaire_sections/{section_id}/evidences
Create a new evidence for a specific questionnaire section in a model.
CredoAIWeb.API.V2.Model.Questionnaire.SectionEvidenceController.create 2 params body → 201401403404
GET
/models/{model_id}/evidences
Retrieve a list of active evidences associated with a specific model.
CredoAIWeb.API.V2.Model.EvidenceController.index 3 params → 200401
DELETE
/models/{model_id}/files/{id}
Delete a specific file associated with a model by its unique ID.
CredoAIWeb.API.V2.Model.FileController.delete 2 params → 204401403404

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are ModelVersionResource (4 properties), ModelFileResource (4 properties), ModelQuestionnaireSectionResource (4 properties), ModelResource (4 properties). Each schema is shown below with its type and property counts.

ModelFileResource
object
4 properties
ModelVersionUpdateRequest
object
1 property
TaskResponse
object
A JSON-API document with a single [TaskResource](taskresource) resource
2 properties 1 required
ModelQuestionnairesResponse
object
A collection of [ModelQuestionnaireResource](modelquestionnaireresource)
1 property 1 required
ModelEvidenceCreateRequest
object
1 property
ModelFilesResponse
object
A collection of [ModelFileResource](modelfileresource)
1 property 1 required
ModelCreateRequest
object
1 property
ModelCustomFieldsResponse
object
A collection of [ModelCustomFieldResource](modelcustomfieldresource)
1 property 1 required
ModelVendorLinkCreateRequest
object
1 property
ModelCustomFieldResource
object
4 properties
ModelQuestionnaireResource
object
4 properties
ModelFileCreateRequest
object
1 property
TaskResource
object
4 properties
ModelVersionCreateRequest
object
1 property
ModelEvidenceResource
object
4 properties
ModelEvidenceResponse
object
A JSON-API document with a single [ModelEvidenceResource](modelevidenceresource) resource
2 properties 1 required
ModelResponse
object
A JSON-API document with a single [ModelResource](modelresource) resource
2 properties 1 required
ModelVersionResource
object
4 properties
ModelVersionResponse
object
A JSON-API document with a single [ModelVersionResource](modelversionresource) resource
2 properties 1 required
ModelQuestionnaireSectionResource
object
4 properties
ModelQuestionnaireSectionResponse
object
A collection of [ModelQuestionnaireSectionResource](modelquestionnairesectionresource)
1 property 1 required
ModelResource
object
4 properties
ModelVendorLinkResource
object
4 properties
ForbiddenError
object
1 property
AuthError
object
1 property
ModelQuestionnaireCreateRequest
object
1 property
ModelVendorLinkResponse
object
A JSON-API document with a single [ModelVendorLinkResource](modelvendorlinkresource) resource
2 properties 1 required
ModelVersionsResponse
object
A collection of [ModelVersionResource](modelversionresource)
1 property 1 required
ModelUpdateRequest
object
1 property
ModelsPageResponse
object
A page of [ModelResource](modelresource) results
2 properties 1 required
ModelQuestionnaireUpdateRequest
object
1 property
ModelFileResponse
object
A JSON-API document with a single [ModelFileResource](modelfileresource) resource
2 properties 1 required
ModelQuestionnaireResponse
object
A JSON-API document with a single [ModelQuestionnaireResource](modelquestionnaireresource) resource
2 properties 1 required
ModelEvidencesResponse
object
A collection of [ModelEvidenceResource](modelevidenceresource)
1 property 1 required
ModelVendorLinksResponse
object
A page of [ModelVendorLinkResource](modelvendorlinkresource) results
2 properties 1 required
NotFoundError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

credo-ai-models-api-openapi.yml Raw ↑

Other APIs Credo AI publishes across the network.

Credo AI Governance Intelligence Pro MCP Server
Credo AI Alerts API
Credo AI Audit Logs API
Credo AI Comment Threads API
Credo AI Entities API
Credo AI Entity Control Assignments API
Credo AI Entity Controls API
Credo AI Entity Evidences API
Credo AI Entity Policy Packs API
Credo AI Entity Risk Scenario Controls API
Credo AI Entity Risk Scenarios API
Credo AI Entity Section Assignments API
Where this information came from

This is an independent, third-party profile of Credo AI Models API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.