Adds a new HTTP API endpoint for running Convex functions, simplifying integration from non-SDK environments.
Improvement August 11, 2024
New HTTP API Run Endpoint
Convex Team
Published on August 11, 2024
Overview
Feature Details
#146
New HTTP API Run Endpoint
New /api/run/{function} endpoint allows including function names in the URL path, enabling future OpenAPI spec generation.
Completed