v1

latestOpenAPI 3.0.12026-07-176514.3 KB

Creates a new Target entity reflecting content submitted for scanning.

post/targets/

Request body

titlestring
descriptionstring
viewsnumber
client_contextstring

An opaque string that will be associated with the entity throughout the pipeline.

content_type'IMAGE' | 'TEXT' required
content_bytesstring byte required

The target content, encoded as a base64 string.

Response

The target was successfully created.

idstring required
create_timestring date-time required
titlestring
descriptionstring
viewsnumber
content_bytesstring byte

The target content, encoded as a base64 string.

client_contextstring

An opaque string that will be associated with the entity throughout the pipeline.

All 6 operations