Associate multiple datasets with a model in a single request.
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Model ID
"model_abc123"
Schema for associating multiple datasets with a model in a single request.
List of datasets to associate with the model (max 50 per request)
1 - 50 elements[
{
"datasetId": "550e8400-e29b-41d4-a716-446655440001",
"priority": 0,
"usageType": "rag"
}
]
Successful Response
Response for batch dataset association creation.