Expand description
Genome API Endpoints - Exact port from Python /v1/genome/*
Structs§
- Genome
File Upload Form - Multipart file upload schema for Swagger UI.
Functions§
- delete_
amalgamation_ cancellation - Cancel a pending genome amalgamation operation.
- get_
amalgamation - Get current amalgamation status and configuration.
- get_
amalgamation_ history_ exact - Get history of all genome amalgamation operations performed.
- get_
circuits - Get list of available circuit templates from the circuit library.
- get_
cortical_ template - Get metadata about all available cortical types including supported encodings and configurations.
- get_
defaults_ files - Get list of available embedded default genome templates (barebones, essential, test, vision).
- get_
diff - Get a diff comparison between two genomes showing their differences.
- get_
download - Download the current genome as a JSON document.
- get_
download_ region - Download a specific brain region from the genome.
- get_
file_ name - Get the current genome file name.
- get_
genome_ number - Get the current genome number or generation identifier.
- get_
metadata - Get genome metadata (alternative endpoint to properties).
- get_
name - Get the current genome name.
- get_
properties - Get genome properties including metadata, size, and configuration details.
- get_
timestamp - Get the genome creation or modification timestamp.
- post_
amalgamation_ by_ filename - Perform genome amalgamation by specifying a filename.
- post_
amalgamation_ by_ payload - Perform genome amalgamation using a direct JSON payload.
- post_
amalgamation_ by_ upload - Perform genome amalgamation by uploading a genome file.
- post_
amalgamation_ destination - Set the destination for genome amalgamation (merging genomes).
- post_
append_ file - Append structures to the genome from a file.
- post_
clone - Clone the current genome with a new name, creating an independent copy.
- post_
export_ format - Export genome in a specific format (JSON, YAML, binary, etc.).
- post_
genome_ append - Append additional structures to the current genome.
- post_
load - Load a genome from a file by name.
- post_
merge - Merge another genome into the current genome, combining their structures.
- post_
reset - Reset genome to its default state, clearing all customizations.
- post_
save - Save the current genome to a file with optional ID and title parameters.
- post_
transform - Transform genome between different formats (flat to hierarchical or vice versa).
- post_
upload - Upload and load a genome from JSON payload.
- post_
upload_ barebones_ genome - Load the minimal barebones genome with only essential neural structures.
- post_
upload_ essential_ genome - Load the essential genome with core sensory and motor areas.
- post_
upload_ file - Upload and load a genome from a file.
- post_
upload_ file_ edit - Upload a genome file with edit mode enabled.
- post_
upload_ string - Upload and load a genome from a JSON string.
- post_
validate - Validate a genome structure for correctness and completeness.