← Back to Blog

Unlocking Insights with the MAMMAL Protein–Protein Interaction API

August 2, 2026

A captivating 3D abstract image with futuristic geometric shapes in purple hues.

Photo by Steve A Johnson on Pexels

The MAMMAL Protein–Protein Interaction API is a powerful resource within the free Cure Cancer With AI API. This endpoint enables developers to predict the binding-affinity class for two proteins using the advanced IBM MAMMAL biomedical foundation model. With the ability to screen protein interactions without the overhead of running complex computations on their own infrastructure, researchers and developers can streamline their workflows and enhance their projects significantly.

Why This Endpoint Matters

Understanding protein–protein interactions (PPIs) is crucial in the field of biology, as they play a vital role in virtually all biological processes. From signaling pathways to metabolic functions, interactions between proteins determine how cells communicate and operate. The MAMMAL Protein–Protein Interaction API addresses a pressing need by providing a hosted model that predicts whether two proteins will interact, freeing developers from the burdensome task of setting up computational models for PPI analysis.

This endpoint is especially important for those involved in cancer research and drug discovery, where identifying potential interaction partners can lead to breakthroughs in understanding disease mechanisms and developing therapeutic strategies. By leveraging the power of AI, this API facilitates efficient data-driven decision-making in the life sciences.

How to Use It

To utilize the MAMMAL Protein–Protein Interaction API, developers will send a POST request to the endpoint at /api/v1/mammal/ppi. The request must include a JSON body containing the amino acid sequences of the two proteins, denoted as protein_a and protein_b. These sequences should be provided in single-letter codes, without any spaces or FASTA headers.

The structure of the request is as follows:

POST https://curecancerwithai.com/api/v1/mammal/ppi
Content-Type: application/json
Authorization: Bearer ccw_live_YOUR_KEY

{
  "protein_a": "ACDEFGHIKLMNPQRSTVWY",
  "protein_b": "ACDEFGHIKLMNPQRSTVWY"
}

Upon successful execution of the request, the API will return a JSON response that provides the predicted interaction, including the binding-affinity class:

{
  "data": {
    "prediction": 1,
    "label": "1"
  }
}

In this response, the label field will indicate whether the two proteins are predicted to interact (1) or not (0).

What You Can Build

With the MAMMAL Protein–Protein Interaction API, developers can create a variety of innovative applications, including:

  • Screening Candidate Interaction Partners: Researchers can input various protein pairs to identify potential interactions, aiding in the selection of candidates for further experimental validation.
  • Prioritizing Wet-Lab Experiments: By predicting which proteins are likely to interact, scientists can focus their lab resources on the most promising candidates, increasing the efficiency of their research.
  • Annotating Protein Networks: Developers can use the API to enrich existing protein interaction networks with predicted edges, enhancing the understanding of complex biological systems.
  • Integrating into Bioinformatics Tools: The API can be integrated into bioinformatics pipelines, allowing for automated interaction predictions as part of larger data analysis workflows.

Get Started for Free

The MAMMAL Protein–Protein Interaction API is completely free to use. Developers can create a free API key at /api-keys and access the full documentation at /developers. The free tier allows for up to 100 requests per hour per key, making it an accessible resource for researchers and developers alike.

Conclusion

The MAMMAL Protein–Protein Interaction API is an invaluable tool for anyone working in the realms of cancer research, drug discovery, or molecular biology. By providing predictive capabilities for protein interactions, it empowers developers to make data-driven decisions and advance their projects efficiently. Remember, the data and model predictions provided by the API are intended for informational and research purposes only and do not substitute for professional medical advice or diagnosis.

To dive deeper into practical AI-for-cancer-research updates, explore our latest blog posts, learn more about our mission, and see how you can support ongoing work on our donations page.