Postman Collection
You can test the API using the provided Postman collection and environment file.
Download: Download Postman Collection (.zip)
The ZIP archive contains:
Revoiceit.API.postman_collection.json
: The Postman collection with all endpoints.Revoiceit.postman_environment.json
: The environment file containing base URLs and variables.
Import Instructions
- Open Postman.
- Click Import in Postman, then manually import the two
.json
files—one for the collection and one for the environment. - Use the environment to ensure variables like
{{baseUrl}}
resolve correctly during testing.