Synthyra LogoSynthyraBETA

API Documentation

Synthyra API

Welcome to the Synthyra API documentation. Our API enables you to analyze protein sequences, predict interactions, and manage your research workflow programmatically.

Quick Start Guide

1. Get your API key from the section below

2. Make your first API call using curl or Python

3. Monitor your job status

4. Download results when complete


Authentication

API Keys

Generate and manage your API keys here. All API requests require authentication using your API key as a query parameter.

API Keys

No API key exists. Generate one below:


API Reference

POST /v1/generate/ppi

Creates a PPI (Protein-Protein Interaction) job using CSV file input.

Parameters

ParameterTypeRequiredInDescription
api_keystringYesqueryYour API key for authentication
filefileYesform-dataCSV file with seqA and seqB columns
namestringNoform-dataOptional job name
optionsstringNoform-dataJSON array of analysis options

Response

Example Usage

curl -X POST "https://api.synthyra.com/v1/generate/ppi?api_key=YOUR_API_KEY" \
      -F "[email protected]" \
      -F "name=My PPI Job" \
      -F "options=[\"ppi\",\"affinity\"]"
HomeModelsPricingContactDevelopers

© 2025 Synthyra. All rights reserved