RedRavenApi reference
Generate test cases
Trigger dataset generation for a RedRaven test.
Trigger dataset generation for a RedRaven test.
Authorization
ApiKeyAuth OrganizationId X-API-Key<token>
Your RedRaven API key.
In: header
X-Organization-Id<token>
RedRaven organization UUID that scopes the API key.
In: header
Path Parameters
test_id*string
RedRaven test UUID.
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/tests/497f6eca-6276-4993-bfeb-53cbbbba6f08/generate" \ -H "Content-Type: application/json" \ -d '{ "business_context": "string", "use_case": "string" }'{ "status": "string", "file_id": "string"}