Using the Black Duck API with OpenAPI

For users using OpenAPI Specification (OAS), you can generate customer-facing endpoints through /api-doc/openapi3-public.json.

  1. Log into Black Duck.

  2. Open a browser tab and paste the following URL using you Black Duck server address.

    https://<your_black_duck_server>/api-doc/openapi3-public.json

  3. On the page that's generated, right-click and save as openapi3-public.json

  4. Import the saved openapi3-public.json into your application.