Download the collection
Download the collection JSON file:timely-ai.postman_collection.json
Complete collection with all endpoints grouped by resource.
Import into Postman
Open Postman
Launch Postman. If you don’t have it installed, download it at postman.com/downloads.
Import the file
Click Import in the upper-left corner. Drag the
timely-ai.postman_collection.json file into the drop area, or click Select Files and select the file.The Timely.ai API collection will appear in the sidebar under Collections.Create the environment
Click the eye icon in the upper-right corner (or go to Environments → + New Environment) and create an environment named Timely.ai - Production with the following variables:
Save the environment and select it in the dropdown at the top of the screen.
| Variable | Initial Value | Current Value |
|---|---|---|
base_url | https://api.timelyai.com.br | https://api.timelyai.com.br |
api_key | (leave empty) | your-api-key-here |
Pre-request script for automatic authentication
The collection already includes thex-api-key header configured via the {{api_key}} variable. If you want to centralize it further and ensure every request always carries the correct header, add this script to the Pre-request Script tab at the collection root:
Collection structure
How to update the collection
When the API evolves with new endpoints or fields, download the updated JSON file from/http/collections/timely-ai.postman_collection.json and import it again. Postman will ask whether you want to replace or create a copy. Choose Replace to keep your execution history.
Run the full collection (smoke test)
To run all requests in sequence, use the Collection Runner:- Right-click the collection and select Run collection
- Select the Timely.ai - Production environment
- Click Run Timely.ai API