---
title: "POST /#X-Amz-Target=IoTAutobahnControlPlane.CreateModelManifest"
method: POST
path: "/#X-Amz-Target=IoTAutobahnControlPlane.CreateModelManifest"
---

# POST /#X-Amz-Target=IoTAutobahnControlPlane.CreateModelManifest

`POST /#X-Amz-Target=IoTAutobahnControlPlane.CreateModelManifest`

Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).

For more information, see [Vehicle models](https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/vehicle-models.html) in the _Amazon Web Services IoT FleetWise Developer Guide_.

## Headers

- `X-Amz-Target` 'IoTAutobahnControlPlane.CreateModelManifest', required

## Request body

- CreateModelManifestRequest
  - `name` string, required — The name of the vehicle model to create.
  - `description` string — A brief description of the vehicle model.
  - `nodes` String[], required — A list of nodes, which are a general abstraction of signals.
  - `signalCatalogArn` string, required — The Amazon Resource Name (ARN) of a signal catalog.
  - `tags` Tag[] — Metadata that can be used to manage the vehicle model.
    - `Key` string, required — The tag's key.
    - `Value` string, required — The tag's value.

## Response `200`

Success

- CreateModelManifestResponse
  - `name` string, required — The name of the created vehicle model.
  - `arn` string, required — The ARN of the created vehicle model.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ConflictException
- `483` — LimitExceededException
- `484` — ThrottlingException
- `485` — ValidationException
- `486` — InvalidSignalsException
- `487` — AccessDeniedException

---

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