Skip to main content
POST
/
codon-exports
/
download
Download Codon Exports
curl --request POST \
  --url https://api.example.com/codon-exports/download \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "export_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "format": "fasta"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Ad-hoc bundle request — pick any completed exports to combine.

export_ids
string<uuid>[]
required
Minimum array length: 1
format
enum<string>
required
Available options:
fasta,
genbank,
csv

Response

Successful Response