API Reference

Integrate BioGenOvo's functional genomics and computational biology models natively into your local bioinformatics pipelines.

Predict RNA-Binding Proteins

Evaluates prokaryotic or eukaryotic sequences against structural deep learning models to predict target drug affinity indices.

Request Body Fields

FieldTypeDescription
sequencestring (required)The FASTA or raw amino acid/nucleotide sequence string payload.
organismstringFilter background profile optimization parameters (e.g., *S. aureus*).
HTTP REQUEST SAMPLEcURL
curl -X POST "https://api.biogenovo.com/v1/models/predict" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "sequence": "ATGCGTACGTTAGC",
    "organism": "Staphylococcus aureus",
    "features": ["motif_density", "hydrophobicity"]
  }'