Use the OOretz Factory API from Postman in 60 seconds
Import the Postman collection, set your API key, fire a build. No SDK install, no client library — just structured API calls. Today the public collection endpoints (manifest/openapi/templates/demo/status) work without a key; the private endpoints described here require the API key surface that is roadmap.
Before you start
- ·Postman installed (desktop or web version)
- ·An OOretz Factory account on Pro+ for an API key (Hobby has no API key)
Steps
- 01~1 min
Download the Postman collection
Run the curl command below. The Postman v2.1 collection ships as a single JSON file ready to import.
curl https://ooretz.space/api/factory/postman > ooretz.json
- 02~1 min
Import into Postman
Open Postman → File → Import → select ooretz.json. The collection appears in the left sidebar with 4 folders: Discovery, Templates, Builds, Account.
- 03~1 min
Set your API key in the collection variables
Click the collection name → Variables tab. Paste your tenant API key into the {{apiKey}} row. Get a key at /admin/factory/settings/api-keys.
⚠ Watch outPublic endpoints (manifest, openapi, public-templates, public-demo, signup, status) don't need a key. Private endpoints do. Each request in the collection has the right auth setup.
✓ Expected outcome
You can fire any of the 5 publicly-supported endpoints from Postman. The collection variables let you swap between production and a staging baseUrl with one click.