# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.becard.me/rest-api/business-manager-space/digital-business-cards/import-digital-cards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
