Beam Web Endpoints API
Synchronous invocation of deployed Python functions exposed as REST web endpoints. Each deployment is reachable both by a versioned app subdomain (https://{name}-{id}-v{n}.app.beam.cloud) and by a named or id path on the shared host (https://app.beam.cloud/endpoint/{name} or /endpoint/id/{id}). Endpoints are for synchronous work completing within ~180 seconds; Bearer token auth.
Documentation
Documentation
https://docs.beam.cloud/v2/endpoint/overview
APIReference
https://docs.beam.cloud/v2/getting-started/quickstart
Specifications
OpenAPI
https://raw.githubusercontent.com/api-evangelist/beam-cloud/refs/heads/main/openapi/beam-cloud-openapi.yml
AsyncAPI
https://raw.githubusercontent.com/api-evangelist/beam-cloud/refs/heads/main/asyncapi/beam-cloud-asyncapi.yml
Other Resources
PostmanCollection
https://raw.githubusercontent.com/api-evangelist/beam-cloud/refs/heads/main/collections/beam-cloud.postman_collection.json
OpenCollection
https://raw.githubusercontent.com/api-evangelist/beam-cloud/refs/heads/main/collections/beam-cloud.opencollection.json
GitHub
https://github.com/beam-cloud/beta9