Skip to main content
POST
Create Antigen

Authorizations

Authorization
string
header
required

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

Body

application/json

Payload to add a new antigen target to a project.

project_id
string<uuid>
required
name
string
required
Required string length: 1 - 120
sequence
string
required
description
string | null

Response

Successful Response

An antigen as returned by the API.

id
string<uuid>
required
project_id
string<uuid>
required
name
string
required
sequence
string
required
description
string | null
required
created_at
string<date-time>
required