Synopsys website screenshot

Synopsys

Synopsys is a global leader in semiconductor design EDA tools and software security testing. The company's Software Integrity Group (now rebranded as Black Duck) provides application security testing products including Polaris, Coverity (SAST), Black Duck (SCA), and Seeker (IAST). Synopsys also offers cloud-based EDA and semiconductor design services through the Synopsys Cloud platform with the OpenLink API for license entitlement management.

4 APIs 0 Features
Software SecurityApplication Security TestingStatic AnalysisSoftware Composition AnalysisEDA ToolsSemiconductor DesignFortune 1000

APIs

Synopsys Polaris API

The Polaris Software Integrity Platform API provides programmatic access to application security testing orchestration, project management, scan configuration, and issue trackin...

Synopsys Coverity REST API

The Coverity Platform REST API provides programmatic access to Coverity static analysis results, project and stream management, defect management, and security findings. Coverit...

Synopsys Cloud OpenLink API

The Synopsys Cloud OpenLink API enables semiconductor vendors to interoperate with Synopsys Cloud for managing product entitlements and license distribution. The API supports AP...

Synopsys Seeker REST API

The Seeker REST API provides programmatic access to Seeker IAST (Interactive Application Security Testing) functionality including project management, vulnerability export, comp...

Collections

Pricing Plans

Synopsys Plans Pricing

1 plans

PLANS

Rate Limits

Synopsys Rate Limits

3 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Synopsys Context

25 classes · 3 properties

JSON-LD

API Governance Rules

Synopsys API Rules

12 rules · 3 errors 7 warnings 2 info

SPECTRAL

JSON Structure

Synopsys Security Issue Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Synopsys, Inc. | Investor Relations & Investor Resources

2026-05-25

NVIDIA | Synopsys Partnership

2026-05-25

Synopsys and Ansys are Now United

2026-05-25

Synopsys News Releases - News Releases

2026-05-25

Synopsys Outlines Vision for Engineering the Future

2026-05-25

Visuals

View API subway map

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
Community
Community
👥
GitHubOrg
GitHubOrg
🔗
JSONLDContext
JSONLDContext
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Synopsys Polaris API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: List Projects
      type: http
    http:
      method: GET
      url: https://polaris.synopsys.com/api/v1/portfolios/projects
      params:
      - name: page
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
      - name: filter
        value: ''
        type: query
        description: Filter expression.
    docs: Retrieves a list of application security projects registered in the Polaris platform.
  - info:
      name: Get Project
      type: http
    http:
      method: GET
      url: https://polaris.synopsys.com/api/v1/portfolios/projects/:projectId
      params:
      - name: projectId
        value: ''
        type: path
    docs: Retrieves details for a specific security project.
  - info:
      name: List Branches
      type: http
    http:
      method: GET
      url: https://polaris.synopsys.com/api/v1/portfolios/branches
      params:
      - name: projectId
        value: ''
        type: query
    docs: Retrieves branches for projects in the Polaris platform.
- info:
    name: Scans
    type: folder
  items:
  - info:
      name: List Scans
      type: http
    http:
      method: GET
      url: https://polaris.synopsys.com/api/v1/jobs/runs
      params:
      - name: projectId
        value: ''
        type: query
      - name: branchId
        value: ''
        type: query
      - name: status
        value: ''
        type: query
    docs: Retrieves a list of scan runs with their status and results.
  - info:
      name: Get Scan Run
      type: http
    http:
      method: GET
      url: https://polaris.synopsys.com/api/v1/jobs/runs/:runId
      params:
      - name: runId
        value: ''
        type: path
    docs: Retrieves details for a specific scan run.
- info:
    name: Issues
    type: folder
  items:
  - info:
      name: List Issues
      type: http
    http:
      method: GET
      url: https://polaris.synopsys.com/api/v1/issues
      params:
      - name: projectId
        value: ''
        type: query
      - name: branchId
        value: ''
        type: query
      - name: severity
        value: ''
        type: query
      - name: type
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
    docs: Retrieves security issues found by Polaris scans across SAST, SCA, and IAST testing types.
  - info:
      name: Get Issue
      type: http
    http:
      method: GET
      url: https://polaris.synopsys.com/api/v1/issues/:issueId
      params:
      - name: issueId
        value: ''
        type: path
    docs: Retrieves details for a specific security issue.
- info:
    name: Reports
    type: folder
  items:
  - info:
      name: Generate Report
      type: http
    http:
      method: POST
      url: https://polaris.synopsys.com/api/v1/reports
      body:
        type: json
        data: '{}'
    docs: Initiates generation of a security report for a project or branch.
  - info:
      name: Get Report
      type: http
    http:
      method: GET
      url: https://polaris.synopsys.com/api/v1/reports/:reportId
      params:
      - name: reportId
        value: ''
        type: path
    docs: Retrieves a generated security report.
bundled: true