cURL
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>" } ] }
Assemble and stream an archive of the requested exports in one format.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ad-hoc bundle request — pick any completed exports to combine.
1
fasta
genbank
csv
Successful Response