---
title: Create a Blueprint
framework: Apple Business API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple business api 2.5+]
path: applebusinessapi/create-a-blueprint
---

# Create a Blueprint

Create a new Blueprint in an organization.

## URL

POST https://api-business.apple.com/v1/blueprints

## Response Codes

201 Created: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 409 Conflict: Request entity error(s). 422 : Unprocessable request entity error(s). 429 : Too Many Requests

## Overview

Overview note: Any invalid resource IDs will be dropped from the request during Blueprint creation. Example

## Topics

### Responses

- [BlueprintResponse](applebusinessapi/blueprintresponse.md)

## See Also

### Blueprints

- [Get Blueprints](applebusinessapi/get-blueprints.md)
- [Get Blueprint Information](applebusinessapi/get-blueprint-information.md)
- [Update a Blueprint](applebusinessapi/update-a-blueprint.md)
- [Delete a Blueprint](applebusinessapi/delete-a-blueprint.md)
- [Get App IDs for a Blueprint](applebusinessapi/get-all-app-ids-for-a-blueprint.md)
- [Add Apps to a Blueprint](applebusinessapi/add-apps-to-a-blueprint.md)
- [Remove Apps from a Blueprint](applebusinessapi/remove-apps-from-a-blueprint.md)
- [Get Configuration IDs for a Blueprint](applebusinessapi/get-all-configuration-ids-for-a-blueprint.md)
- [Add Configurations to a Blueprint](applebusinessapi/add-configurations-to-a-blueprint.md)
- [Remove Configurations from a Blueprint](applebusinessapi/remove-configurations-from-a-blueprint.md)
- [Get Package IDs for a Blueprint](applebusinessapi/get-all-package-ids-for-a-blueprint.md)
- [Add Packages to a Blueprint](applebusinessapi/add-packages-to-a-blueprint.md)
- [Remove Packages from a Blueprint](applebusinessapi/remove-packages-from-a-blueprint.md)
- [Get Device IDs for a Blueprint](applebusinessapi/get-all-orgdevice-ids-for-a-blueprint.md)
- [Add Devices to a Blueprint](applebusinessapi/add-org-devices-to-a-blueprint.md)
