Skip to main content
GET
/
project
/
{projectId}
/
owasp-report
/
{format}
Generate a security report for a project
curl --request GET \
  --url https://us.cybedefend.com/project/{projectId}/owasp-report/{format} \
  --header 'Authorization: Bearer <token>'
{
  "timestamp": "2025-02-18T12:31:18.491Z",
  "service": "AiService",
  "method": "startConversation",
  "message": "Invalid parameters provided",
  "code": 400
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required
format
enum<string>
required

Output format

Available options:
json,
html,
pdf
reportType
enum<string>
required

Type of report to generate

Available options:
sbom,
owasp

Query Parameters

detailed
enum<string>

Whether to include detailed information in the report

Available options:
true,
false
Example:

"true"

Response

Report generated successfully