

for bioinformatics
researchProteinIQ.io lets researchers design, fold, dock, simulate, and analyze proteins directly in the browser.






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": {}
}'
