

ProteinIQ.io lets anyone design, fold, dock, simulate, and analyze proteins & DNA directly in the browser.


Run protein folding, protein design, molecular docking, molecular dynamics, and protein analysis tools in your browsers, without local installs or hardware.


You can connect tools into any scientifically-plausible workflow. You know the cost up of running the workflow upfront.


Submit jobs from code with typed clients and consistent responses.
curl -X POST https://proteiniq.io/api/v1/jobs \
-H "Authorization: Bearer $PROTEINIQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tool": "esmfold",
"name": "Lysozyme ESMFold run",
"input": {
"inputs": [{
"id": "seqs_1",
"slotId": "protein",
"kind": "protein",
"format": "fasta",
"content": ">lysozyme\nKVFGRCELAAAMKRHGLDNYRGYSLG",
"source": { "type": "text" }
}]
},
"settings": {}
}'Choose the right method and understand every result.

