Fern · Example Payload

Fern Api Definition Example

Public REST and WebSocket API for ElevenLabs voice synthesis, documented and SDK-generated via Fern.

Agent ReadyAIAPI DefinitionsAsyncAPICode GenerationDeveloper ExperienceDeveloper PortalDocumentationgRPCllms.txtMCPOpenAPIOpenRPCPlatformProtobufSDKsWebSockets

Fern Api Definition Example is an example object payload from Fern, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameversiondescriptionsourceprotocolsauthenvironments

Example Payload

fern-api-definition-example.json Raw ↑
{
  "id": "elevenlabs-public-api",
  "name": "ElevenLabs Public API",
  "version": "v1",
  "description": "Public REST and WebSocket API for ElevenLabs voice synthesis, documented and SDK-generated via Fern.",
  "source": {
    "type": "openapi",
    "url": "https://api.elevenlabs.io/openapi.json"
  },
  "protocols": ["rest", "websocket", "webhook"],
  "auth": {
    "schemes": ["api-key"]
  },
  "environments": [
    {"name": "production", "url": "https://api.elevenlabs.io", "default": true}
  ]
}