# Import Digital Cards

Please download our Excel template, it's important to maintain the format. If you wish to update a digital card, please enter the `UUID` of the card. If you want to create a new card, leave the UUID field empty.

[<mark style="color:blue;">**-> Download EXCEL-Template <-**</mark>](https://cdn-srv05.becard.me/assets/digital_cards_21_03_2024_10_31_05_46eb036b74/digital_cards_21_03_2024_10_31_05_46eb036b74.xlsx)

<mark style="color:green;">`POST`</mark> `/v1/spaces/{SPACE_UUID}/cards/import`

You can find the <mark style="color:orange;">`SPACE_UUID`</mark> in your Space in "Settings" -> "General Settings"

#### Path Parameters

| Name                                          | Type   | Description |
| --------------------------------------------- | ------ | ----------- |
| SPACE\_UUID<mark style="color:red;">\*</mark> | String |             |

#### Headers

| Name                                           | Type | Description         |
| ---------------------------------------------- | ---- | ------------------- |
| Content-Type<mark style="color:red;">\*</mark> |      | multipart/form-data |

#### Request Body

| Name                                   | Type | Description                                          |
| -------------------------------------- | ---- | ---------------------------------------------------- |
| file<mark style="color:red;">\*</mark> | File | <mark style="color:purple;">`YOUR EXCEL FILE`</mark> |

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}
{% endtabs %}
