Overview
REST API reference for ShortFast.
All endpoints live under the production base URL:
https://app.shortfast.com/api/v1Every request must carry an API key as a bearer token. Endpoints are grouped by resource in the sidebar, and each page documents parameters, request and response schemas, and code examples, with an interactive playground to try requests against your own workspace.
The raw OpenAPI specification is available at
https://app.shortfast.com/openapi-shortfast.yaml
for Postman, Insomnia, or code generators.