Download a codon export as FASTA, CSV, or GenBank
codon-exports
Download a codon export as FASTA, CSV, or GenBank
Assemble and stream a single codon export in the requested format.
The CDS sequences are assembled on demand from live DB state
(signal peptide + variable region + constant region). Returns
409 if the job has not yet completed.
- fasta — one FASTA record per chain (
text/plain) - csv — one row per chain with metrics (
text/csv) - genbank — one GenBank file per chain in a ZIP archive
(
application/zip)
Cost: read — rate bucket only.
GET
Download a codon export as FASTA, CSV, or GenBank
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Output format: fasta, csv, or genbank (ZIP archive).
Available options:
fasta, genbank, csv Example:
"fasta"
Response
Successful Response