Pi의 API 및 iFrame 통합으로 AI 콘텐츠 제작의 힘을 활용하세요
🚀 AI 생성 콘텐츠를 플랫폼에 원활하게 통합하세요
저희 Pi(Presentation Intelligence)는 기업이 전문가 수준의 콘텐츠를 만들고 공유하는 방식을 혁신하고 있습니다. 이제 저희 API 및 iFrame 서비스를 통해 Pi의 AI 기반 콘텐츠 생성, 디자인 자동화, 스마트 포맷팅을 여러분의 애플리케이션, 웹사이트 또는 워크플로에 손쉽게 통합할 수 있습니다.
Kantar의 플랫폼은 이제 Fortune 500 고객을 위한 기본 기능으로 Pi의 AI 생성 프레젠테이션을 제공합니다
Pi의 API 및 iFrame 솔루션을 선택해야 하는 이유
✅ 즉각적인 AI 콘텐츠 생성 – 단 한 번의 API 호출로 세련된 프레젠테이션, 보고서, 마케팅 자료를 생성하세요.
✅ 스마트 디자인 자동화 – 레이아웃, 테마, 비주얼을 자동으로 적용하여 일관된 브랜드 룩을 완성하세요.
✅ 에이전트 환경에 플러그인 – 강력한 Pi 프레젠테이션 도구를 RAG, 맞춤 데이터베이스, 미세 조정 모델 및 기타 워크플로에 플러그인하세요.
✅ 실시간 협업 – 사용자가 플랫폼을 떠나지 않고도 콘텐츠를 편집, 개선, 내보낼 수 있습니다.
✅ 확장 가능 및 보안 – 강력한 보안과 규정 준수를 갖춘 엔터프라이즈급 성능으로 설계되었습니다.
작동 방식
1. API 통합
Pi의 AI 엔진을 시스템에 쉽게 연결하고 콘텐츠 생성을 자동화하세요.
🔹 사용 사례:
- 재무 데이터에서 투자자용 덱 자동 생성
- 블로그 게시물을 시각적으로 매력적인 포스터로 변환
- 몇 초 만에 브랜드에 맞는 마케팅 자료 생성
url = "https://co-pi.deepvinci.tech/api/v1/integration"
timestamp = int(time.time())
data = dict(
uid="user_uid_001",
cards=5,
notes=True,
resource_id=timestamp,
language="zh",
hook_url="http://example.com/hook",
content="Quarterly sales report Q1 2025?",
search=None,
text_mode="preserve",
text_amount="detailed",
layout_density="loose",
outline_type="aippt",
attachment_id=None,
outline=None
)
sign: str = sign_func("your_app_secret", timestamp, **data)
resp = requests.post(
f"{url}/outline/generation",
json=dict(app_id="your_app_id", sign=sign, timestamp=timestamp, **data),
)
print(resp.status_code, resp.json())2. iFrame 임베딩
Pi의 전체 편집기를 앱에 직접 임베드하세요—복잡한 개발이 필요 없습니다!
🔹 사용 사례:
- SaaS 플랫폼에 AI 기반 슬라이드 제작 기능 추가
- 사용자가 도구를 전환하지 않고도 프레젠테이션을 편집할 수 있게 하기
- 생태계 내에서 브랜드 콘텐츠 제작 제공
<iframe id="pi-integration" src="https://co-pi.deepvinci.tech/integration" scrolling="no"></iframe>
<script>
const originURL = 'https://co-pi.deepvinci.tech'
const iframe = document.getElementById('pi-integration');
const config = {
"action": "init",
"page": {
"name": "doc", // generation: Generation page; doc: Documentation page; outline: Documentation outline page; generation_with_outline: generate outline page
"doc_id": "278523624915815", // Required when name == "doc"
"outline_id": "278523624915815", // Required when name == "outline"
"language": "zh | en", // website language
"preview": true // doc preview mode
},
"generation": {
"language": 'cn', // document default languages
"card_size": "landscape"
},
"authentication": {
"token": "xxx"
},
};
// Listen for the ready signal from the PI page
window.addEventListener('message', (event) => {
if (event.origin === originURL && event.data) {
console.log(event.data)
if (event.data.action === 'ready') {
// Send configuration data and initiate page rendering
iframe.contentWindow.postMessage(config, originURL);
}
...
}
});
</script>누가 혜택을 받을 수 있나요?
📌 SaaS 플랫폼 – AI 콘텐츠 생성으로 제품을 강화하세요.
📌 기업 팀 – 내부 보고 및 프레젠테이션 간소화.
📌 개발자 – 맞춤형 AI 기반 콘텐츠 솔루션 구축.
📌 에이전트 – 여러 에이전트를 연결하고 완전한 에이전트 솔루션을 제공하세요.
지금 시작하세요!
콘텐츠 워크플로를 혁신할 준비가 되셨나요? 기술 팀에 문의하세요: support@pi.inc.
#AIContent #APIIntegration #EmbeddableAI #PiAI #SaaSInnovation


