SenseTime · Authentication Profile

Sensetime Authentication

Authentication

SenseTime secures its APIs with apiKey, oauth2, and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, implicit, and refreshToken flow(s).

CompanyArtificial IntelligenceMachine-LearningFoundation ModelsLarge Language ModelsGenerative AIComputer-VisionLLM API
Methods: apiKey, oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode, clientCredentials, implicit, refreshToken API key in:

Security Schemes

SenseNovaAccessKey apiKey
· in: header ()
SenseCoreOIDC openIdConnect

Source

Authentication Profile

sensetime-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://pypi.org/project/sensenova/
docs: https://platform.sensenova.cn/en/docs
summary:
  types: [apiKey, oauth2, openIdConnect]
  api_key_model: access-key-id + secret-access-key (AK/SK)
  oauth2_flows: [authorizationCode, clientCredentials, implicit, refreshToken]
  notes: >-
    The primary SenseNova LLM API auth is an Access Key ID / Secret Access Key pair
    used to sign a short-lived JWT presented in the Authorization header. OAuth2 /
    OIDC is available at the SenseCore identity provider (signin.sensecore.cn) as
    surfaced by the platform's /.well-known/openid-configuration document.
schemes:
- name: SenseNovaAccessKey
  type: apiKey
  in: header
  scheme_name: Authorization
  description: >-
    Access Key ID + Secret Access Key issued in the SenseNova console. The client
    library signs a JWT from the key pair and sends it as a Bearer token in the
    Authorization header. Configured via SENSENOVA_ACCESS_KEY_ID and
    SENSENOVA_SECRET_ACCESS_KEY environment variables (or sensenova.access_key_id /
    sensenova.secret_access_key in the Python SDK).
  sources: [pypi:sensenova, docs]
- name: SenseCoreOIDC
  type: openIdConnect
  openIdConnectUrl: https://platform.sensenova.cn/.well-known/openid-configuration
  issuer: https://signin.sensecore.cn/
  authorization_endpoint: https://signin.sensecore.cn/oauth2/auth
  token_endpoint: https://signin.sensecore.cn/oauth2/token
  jwks_uri: https://signin.sensecore.cn/.well-known/jwks.json
  grant_types: [authorization_code, implicit, client_credentials, refresh_token]
  scopes: [openid, offline, offline_access]
  token_endpoint_auth_methods: [client_secret_post, client_secret_basic, private_key_jwt, none]
  sources: [well-known/sensetime-openid-configuration.json]

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/sensetime-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

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.

A second provider on the same verified email joins the account you already have.