Create (seed) a new genome. Proxies to Darwin POST /v1/genomes.
curl --request POST \
--url https://api.example.com/v1/genomes/ \
--header 'Content-Type: application/json' \
--data '{}'{}The body is of type Data · object.
Successful Response
The response is of type Response Create Genome V1 Genomes Post · object.
Was this page helpful?
curl --request POST \
--url https://api.example.com/v1/genomes/ \
--header 'Content-Type: application/json' \
--data '{}'{}