Add requests to test set
Test Sets
Add requests to test set
Add request/response pairs to a test set.
Accepts either body shape: - {"requests": [{"request_id": "..."}]} (canonical) - {"request_ids": ["...", "..."]} (convenience — flat string array)
POST
Add requests to test set
Authorizations
Your Maitai API key from the Portal.
Path Parameters
Body
application/json
Flat array of request IDs to add. Convenience shape; the server also accepts the canonical {'requests': [{'request_id': '...'}]} payload.
Response
200 - application/json
Add requests to test set.