This repository contains Postman collections that you can view, edit, and import into mabl as API tests.
Contributions welcome! Your contributions help us build a more comprehensive resource for the mabl community.
Send text or multimodal input to one of the following models and generate a response:
When shared variables is enabled, you can incorporate these tests into a mabl plan to:
- Validate text or images generated in an earlier test run
- Generate input for a subsequent test run
A Postman collection of our public api found on api.help.mabl.com with endpoints, path variables, query parameters and post-request response validation tests already included.
To use this collection, you need access to a mabl workspace to create your own API key. Learn more about authenticating requests to the mabl API here.
Before you import this collection into mabl, create an application called "mabl API" and assign it a base URL of
https://api.mabl.com
. Then, when you import the collection, select "mabl API" as the application.
After importing into mabl, replace the placeholder value with your actual API key in the test-level auth settings.
Many endpoints have ID placeholders in the query or path params. See our article on mabl resource IDs for more details on how to get these IDs.
POST and PATCH requests that submit data have commented-out pre-formatted raw JSON containing any key/value pairs accepted by the endpoint. Uncomment any lines or multi-line arrays needed for your request, and replace the placeholder value with the value you want to submit. Note that placeholder values indicate what data type should be used for that key.