# 인감/명판 관리 페이지 API

비즈니스의 인감/명판 관리는 기본적으로 프릭스 서비스를 통해 할 수 있지만, API를 통해서 웹 URL을 조회하여 사용할 수도 있습니다.

<br>

## `GET` kit-api/v1/business/seals/url

Method: GET\
Endpoint: kit-api/v1/business/seals/url

<br>

## Example

```
...kit-api/v1/business/seals/url
```

<br>

## Response

```json
{
  "ok": true,
  "data": {
    "url": "https://prix.im/..."
  }
}
```

```json
{
  "ok": false, // api 실패
  "message": "error message", // Error가 존재하면 message(string)로 전달
  "errorCode": "ERROR_CODE"
}
```

<br>


---

# 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://api-kit.prix.im/business/get-seals-manage-url.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.
