Skip to main content
GET
Get Premium Endpoints

Headers

x-api-key
string
required

Response

Successful Response

Response model listing every endpoint that requires a premium subscription.

Attributes: status (bool): Indicates success of the operation. timestamp (str): The ISO formatted timestamp of the response. total (int): Number of premium endpoints. premium_endpoints (List[PremiumEndpointInfo]): Route, name and description for every premium-only endpoint. upgrade_url (str): Where to upgrade to a premium subscription.

total
integer
required

Number of premium endpoints.

premium_endpoints
PremiumEndpointInfo · object[]
required

Route, name and description for every premium-only endpoint.

status
boolean
default:true

Indicates whether fetching premium endpoints was successful.

timestamp
string | null

The ISO formatted timestamp when this response was generated.

upgrade_url
string
default:https://cloud.swarms.world/settings

Where to upgrade to a premium subscription.