Agree to a system inference model
POST/system/inferenceModels/agreement
Agree to the Bedrock model usage agreement for a system inference model
Request
- application/json
Body
required
modelId stringrequired
Bedrock model identifier
Example:
amazon.nova-2-lite-v1:0Responses
- 200
- 400
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
message string
Result message
{
"message": "string"
}
400 Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
List of errors
key string
Error Key
error string
Error Message
{
"errors": [
{
"key": "string",
"error": "string"
}
]
}
Loading...