About SynBioHub
SynBioHub is an open-source software project that provides a web interface for storing and publishing synthetic biology designs. It can be used to publish a library of synthetic parts and designs as a service, to share designs with collaborators, and to store designs of biological systems locally.
This documentation provides details on the available API endpoints for interacting with SynBioHub programmatically.
Example Commands
Test the API with curl:
curl -X GET "https://synbiohub.org/public/igem/BBa_K1404008/1" -H "accept: application/json"
Authenticate with the API:
curl -X POST -H "Accept: text/plain" -d "email=user@example.com&password=yourpassword" https://synbiohub.org/login