OpenAPI Specification
Steady publishes a machine-readable OpenAPI description of every endpoint, schema, and example in this reference. Use it to generate client libraries, mock servers, or to explore the API in your tool of choice.
Specification URL
https://app.steady.space/openapi.yml
The file is updated automatically whenever the API changes.
Using the specification
Most API tooling can import the URL directly:
- Postman — File > Import, paste the URL
- Bruno — Collection > Import, choose OpenAPI
- Insomnia — Import From > URL
- Swagger UI — load the URL as a spec source
- OpenAPI Generator — generate clients in 50+ languages
Any tool that speaks OpenAPI 3 will work.