Skip to main content
POST
/
v1
/
genomes
Create Genome
curl --request POST \
  --url https://api.example.com/v1/genomes/ \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Body

application/json

The body is of type Data · object.

Response

Successful Response

The response is of type Response Create Genome V1 Genomes Post · object.

Last modified on April 21, 2026