Skip to main content
POST
/
project
/
{projectId}
/
scan
/
start
Start a security scan
curl --request POST \
  --url https://us.cybedefend.com/project/{projectId}/scan/start \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "detectedLanguages": [
    "<string>"
  ]
}

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

Project unique identifier

Response

Scan initiated - returns signed upload URL

success
boolean
required

Whether the scan started successfully

message
string
required

Message describing the scan start result

detectedLanguages
string[]

Detected languages (if any) during scan initialization