create_submission
Submit new bug reports or vulnerability findings via the Bugcrowd API using an AI-driven interface. Simplifies reporting for bug bounty programs.
Instructions
Create a new bug submission/vulnerability report.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"additionalProperties": true,
"title": "Data",
"type": "object"
}
},
"required": [
"data"
],
"title": "create_submissionArguments",
"type": "object"
}