> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bolta.io/llms.txt
> Use this file to discover all available pages before exploring further.

# API 개요

> 볼타 전자세금계산서 API의 핵심 특징을 소개합니다.

# 볼타 API 소개

볼타는 RESTful API를 통해 전자세금계산서 발행부터 관리까지 자동화할 수 있는 플랫폼입니다.

## 핵심 특징

* **간결한 데이터 모델**: 필수 정보만 포함한 직관적인 요청/응답 구조
* **명확한 에러 처리**: 상세한 에러 코드와 메시지로 빠른 디버깅 지원
* **테스트 환경 분리**: `test_` 접두사의 테스트 키로 실제 국세청 연동 없이 API 연동 테스트 가능

## 시작하기

<CardGroup cols={2}>
  <Card title="API Reference" href="/api-reference">
    전체 API 엔드포인트 레퍼런스를 확인하세요.
  </Card>

  <Card title="API 키 발급" href="/docs/developer-center/api-key">
    테스트 키와 라이브 키를 생성하여 연동을 시작하세요.
  </Card>
</CardGroup>
