---
title: "Create a build certificate"
method: POST
path: "/apps/{app-slug}/build-certificates"
tags: ["build-certificate"]
---

# Create a build certificate

`POST /apps/{app-slug}/build-certificates`

Create a temporary pre-signed upload URL for the build certificate and upload the file to AWS with a simple `curl` request. To complete the uploading process and view your files on the Code Signing tab of your app, continue with the [POST /apps/{app-slug}/build-certificates/{build-certificate-slug}/uploaded](https://api-docs.bitrise.io/#/build-certificate/build-certificate-confirm) endpoint. Read more in our [Creating and uploading an iOS code signing file](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#creating--uploading-an-ios-code-signing-file) guide.

## Path parameters

- `app-slug` string, required

## Request body

- V0BuildCertificateUploadParams
  - `upload_file_name` string, required
  - `upload_file_size` integer, required

## Response `201`

Created

- V0BuildCertificateUploadResponseModel
  - `data` V0BuildCertificateUploadResponseItemModel
    - `certificate_password` string
    - `is_expose` boolean
    - `is_protected` boolean
    - `processed` boolean
    - `slug` string
    - `upload_file_name` string
    - `upload_file_size` integer
    - `upload_url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/versions/89468e4a014b/schema)
