---
title: "POST /create-foundation-model-agreement"
method: POST
path: "/create-foundation-model-agreement"
---

# POST /create-foundation-model-agreement

`POST /create-foundation-model-agreement`

Request a model access agreement for the specified model.

## Request body

- object
  - `offerToken` string, required — An offer token encapsulates the information for an offer.
  - `modelId` string, required — Model Id of the model for the access request.

## Response `202`

Success

- CreateFoundationModelAgreementResponse
  - `modelId` string, required — Model Id of the model for the access request.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — ConflictException
- `484` — InternalServerException
- `485` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/bedrock.md) · [All operations](https://skmtc.net/aws/apis/bedrock/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock/versions/3bc874e43ecd/schema)
