Parameters
- model_id: UUID of the model to be used for generation. This defines the template/model logic applied to your input.
- workflow_id: The uuid of uploaded workflow logs .
Headers
- Authorization: Bearer token for authenticating the API call.
Request Example
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.