fetch-document
엔드포인트
GET

/v1/fetch-document

5 크레딧 • 5회/분

독일 상업 등기부에서 공식 PDF 문서를 다운로드합니다.

매개변수

이름 유형 필수 설명
api_key string 조건부* 귀하의 API 키. x-api-key 헤더 또는 Bearer 토큰을 사용하지 않는 경우 필수
company_id string 필수 검색 결과의 고유한 회사 엔티티 ID
document_type string 필수 문서 유형. 값: shareholders_list, articles_of_association, AD, CD, SI

요청 예시

curl 'https://handelsregister.ai/api/v1/fetch-document?api_key=your_api_key_here&company_id=20a1510e88cd2e9b166db4d0bc5d563d&document_type=shareholders_list' \
  -o document.pdf

응답

성공 (200): PDF 파일을 직접 반환

Content-Type: application/pdf · application/xml (application/pdf für AD, CD, shareholders_list, articles_of_association — application/xml für SI.)

오류: 오류 세부사항이 포함된 JSON 반환

문서 유형

shareholders_list

주주 등록부 문서

articles_of_association

Gesellschaftsvertrag / Satzung / Statut

AD

현재 발췌문 (Aktuelle Daten)

CD

이력 발췌문 (Chronologische Daten)

SI

Strukturierter Registerinhalt — wird als XML-Datei geliefert.