Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

EvolutionaryScale Structure API

Predict protein backbone coordinates from sequence and back.

EvolutionaryScale Structure API is one of 7 APIs that EvolutionaryScale publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Structure. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 2 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 2024-08-01.

Requests are made against a single base URL, https://forge.evolutionaryscale.ai.

2 operations 2 paths 6 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2024-08-01
Server
https://forge.evolutionaryscale.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

EvolutionaryScale Structure API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Forge API token issued via forge.evolutionaryscale.ai.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 POST. Each is listed below with its method, path, parameters, and response codes.

Structure 2

Predict protein backbone coordinates from sequence and back.

POST
/api/v1/fold
Fold Sequence To Structure
fold body → 2004XX
POST
/api/v1/inverse_fold
Inverse Fold Structure To Sequence
inverseFold body → 2004XX

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are InverseFoldRequest (4 properties), FoldRequest (4 properties), FoldResponse (4 properties), InverseFoldResponse (1 property). Each schema is shown below with its type and property counts.

Coordinates
array
Per-residue atom37 coordinates, shape [L, 37, 3].
FoldResponse
object
4 properties
Error
object
1 property
FoldRequest
object
4 properties 2 required
InverseFoldRequest
object
4 properties 2 required
InverseFoldResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

evolutionaryscale-structure-api-openapi.yml Raw ↑

Other APIs EvolutionaryScale publishes across the network.

EvolutionaryScale ESM Python SDK
EvolutionaryScale Embeddings API
EvolutionaryScale Encoding API
EvolutionaryScale Generation API
EvolutionaryScale MSA API
EvolutionaryScale Sampling API