Skip to main content
POST
Create Source Antibody

Authorizations

Authorization
string
header
required

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

Body

application/json

Payload to register a parental source antibody under a project.

project_id
string<uuid>
required
name
string
required
Required string length: 1 - 120
species_origin
string
required
vh_sequence
string
required
molecule_type
string
default:mab
vl_sequence
string | null
notes
string | null

Response

Successful Response

A source antibody as returned by the API.

id
string<uuid>
required
project_id
string<uuid>
required
name
string
required
species_origin
string
required
molecule_type
string
required
vh_sequence
string
required
vl_sequence
string | null
required
notes
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required