Skip to main content
POST
POST tags instances
Create a new Tag and attach it to a sample. Samples can have multiple tags, and samples can be queried by tag — see Retrieve All Samples.

Authorizations

X-API-Key
string
header
required

Body

application/json
name
string
required

The tag label or name. Name must be 30 characters or fewer.

Maximum string length: 30
sample
object
required

The sample to tag.

Response

200 - application/json

OK

$uri
string
required
read-only
Pattern: ^/api/v1/tags/[a-f0-9]{16}$
Example:

"/api/v1/tags/0d77065796f8d173"

name
string
required

The tag label or name. Name must be 30 characters or fewer.

Maximum string length: 30