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 Embeddings API

Sequence-only tokenization and representation extraction.

EvolutionaryScale Embeddings 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 Embeddings. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 1 operation across 1 path, and defines 4 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.

1 operations 1 paths 4 schemas 1 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 Embeddings 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 1

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

Embeddings 1

Sequence-only tokenization and representation extraction.

POST
/api/v1/esmc/encode
Encode Protein Sequence With ESM C
esmcEncode body → 2004XX

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ESMCEncodeRequest (2 properties), ESMProteinTensor (1 property), ESMProtein (1 property), Error (1 property). Each schema is shown below with its type and property counts.

ESMCEncodeRequest
object
2 properties 2 required
Error
object
1 property
ESMProtein
object
1 property
ESMProteinTensor
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

evolutionaryscale-embeddings-api-openapi.yml Raw ↑

Other APIs EvolutionaryScale publishes across the network.

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