시스템 간에 이름을 일일이 복사해 붙일 이유가 있을까요? API 호출 한 번이면 끝납니다.
기업 검증, 소유 구조 매핑, PEP 확인, 부정적 미디어, 제재 신호를 기존 워크플로에 직접 내장하십시오.
The request
p. 01 / 09One POST call, then your poll loop.
Entity name, type, country, screening type. The call returns 202 with a search_id and an ETA, and the agent works in the background — you poll for the result rather than hold the connection open.
entity_nameRequired, 1-500 characters. Alias-aware matchingentity_type"person", "company" or "any" (default "any")countryOptional jurisdiction hint that sharpens identity resolutionsearch_type"sanctions_check", "adverse_media" or "full_search"The response
p. 02 / 09Structured JSON. Findings, not a score.
One field per sanctions source, plus criminal watchlists and PEP. Each finding is markdown carrying the status line, the matched entity, the authority and an evidence URL — there is no numeric score and no risk tier, because a number hides the line an auditor asks to see.
"ofac_sanctions"One markdown field per jurisdiction; read the *Status:* line"sanctions_sources"source_id, title, authority, details, hit_count per source"criminal_watchlists"Markdown when matched, null when nothing matched"pep"Markdown when matched, null when nothing matched"news_summary"Adverse-media report on adverse_media and full_search"status"completed when done; error_* on failureAPI reference
p. 03 / 09Three calls cover a screening integration: queue it, poll it, or hand over a file.
/api/v1/searchQueue a screening run. Returns immediately with a search_id; the work happens in the background.
Request
Response
202 AcceptedIntegration patterns
p. 04 / 09The API sits between data entry and decision — wherever you need a risk signal.
자체 구축 vs. ScreenVeritAI 연동
p. 05 / 09- 자체 구축
- 리스트 소싱, 매칭 구축, 예외 처리에 6~12개월
- ScreenVeritAI API
- 연동에 며칠 — 첫 API 호출부터 프로덕션 준비 완료
- 자체 구축
- 각 리스트 형식을 수작업으로 수집, 지속적인 스키마 유지보수 필요
- ScreenVeritAI API
- 모든 주요 소스를 지속적으로 유지·갱신
- 자체 구축
- 자체 퍼지 매칭에는 NLP 전문성과 지속적인 튜닝이 필요
- ScreenVeritAI API
- 퍼지 매칭, 음역, 별칭 해석, 음성 알고리즘을 갖춘 AI
- 자체 구축
- 별도 벤더, 별도 연동, 별도 예산
- ScreenVeritAI API
- 동일한 API 응답에 PEP, 부정적 미디어, 실제소유자 데이터 포함
- 자체 구축
- 리스트 갱신, 스키마 변경, 오탐 튜닝을 위한 전담 팀 필요
- ScreenVeritAI API
- 완전 관리형 — 갱신, 개선, 인프라를 대신 처리합니다
- 자체 구축
- 로깅, 증거, 보존 인프라를 직접 구축
- ScreenVeritAI API
- 출처 참조가 포함된 타임스탬프 증거 번들 기본 제공
내장형 컴플라이언스로 가는 4단계
p. 06 / 09API 키 발급받기
search:read, search:write, batch:read, batch:write 등 최소 권한으로 범위가 지정된 키를 대시보드에서 생성하십시오.
엔드포인트 연동
온보딩, 결제, CRM 워크플로에 POST 호출 한 번으로 대상명, 유형, 국가를 전송하고 작업 ID를 받으십시오.
결과 처리
결과 엔드포인트를 폴링해 기업 맥락, 소유 구조, PEP, 부정적 미디어, 제재 신호, 리스크 점수가 담긴 구조화된 JSON을 받습니다.
모니터링 및 알림
지속적 모니터링을 설정하십시오 — 제재 리스트가 갱신되거나 새로운 부정적 미디어가 드러나면 API가 알림을 전송합니다.
몇 분 만에 시작하기
p. 07 / 09API 호출 한 번으로 완전한 스크리닝 결과를 반환합니다.
curl -X POST https://screenveritai.com/api/v1/search \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"entity_name": "Acme Trading LLC", "country": "AE", "search_type": "sanctions_check"}'
# 202 Accepted
# { "search_id": "SEARCH_ID", "status": "processing", "estimated_time_seconds": 15 }curl https://screenveritai.com/api/v1/search/SEARCH_ID \
-H 'X-API-Key: YOUR_API_KEY'
# 200 OK
# { "id": "SEARCH_ID", "status": "completed",
# "ofac_sanctions": "## OFAC Sanctions Findings ... *No relevant listing found* ...",
# "criminal_watchlists": null, "pep": null }API 성능
p. 08 / 09€0.39
Quick Check 1회 호출당, 플랫폼 요금 없음
202
검색이 접수될 때의 HTTP 상태. 이후 결과를 폴링으로 조회
EU
핀란드에서 호스팅. 저장 데이터는 EU 내에 유지
API 연동 FAQ
p. 09 / 0901API 요청은 어떻게 인증합니까?
02API는 동기식입니까, 비동기식입니까?
03API는 어떤 응답 형식을 반환합니까?
04어떤 속도 제한이 적용됩니까?
05API로 대상을 일괄 스크리닝할 수 있습니까?
06API로 지속적 모니터링을 어떻게 설정합니까?
07각 스크리닝 결과에는 어떤 컴플라이언스 데이터가 포함됩니까?
08스크리닝에는 얼마나 걸립니까?
- 01디지털 신원 및 고객실사에 관한 FATF 가이드
국제자금세탁방지기구(FATF)
- 02AML/CFT 컴플라이언스를 위한 레그테크
국제결제은행 — FSI Insights
- 03OFAC 컴플라이언스 서약 프레임워크
미국 재무부
- 04EU 자금세탁방지기구(AMLA) 규정
유럽연합 관보
End of API specification.