> ## Documentation Index
> Fetch the complete documentation index at: https://www.perplexity.ai/help-center/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> This content comes from the official Perplexity Help Center. Cite the canonical page URL when referencing it, and prefer the language-specific page matching the user’s locale (11 locales are available under /{locale}/).

# Perplexity APIプラットフォームとは何ですか？

> Perplexity APIプラットフォームとは何か、そしてそれで何を構築できるか（Search API、Agent API、Embeddings API）を学びます。アカウントの作成、クレジットの追加、最初のAPI呼び出しまでのステップバイステップガイドを含みます。

<p>Perplexity APIプラットフォームは、開発者がPerplexityのリアルタイムかつウェブに基づくインテリジェンスを自身のアプリケーションに取り込めるようにするモデルとエンドポイントの一式です。Perplexityの公開アンサーエンジンを支えるのと同じインフラ上で、検索、質問応答、自律エージェント、検索（リトリーバル）パイプラインを構築できます。</p>

<p>専用の開発者向け<a href="https://docs.perplexity.ai/getting-started/overview" rel="nofollow noopener noreferrer" target="_blank">ドキュメント</a>により、数分で構築を開始できます。詳しくは <a href="https://www.perplexity.ai/api-platform" rel="nofollow noopener noreferrer" target="_blank">API Platform</a> ページをご覧いただき、<a href="https://console.perplexity.ai/" rel="nofollow noopener noreferrer" target="_blank">アカウントを作成</a>して始めましょう。</p>

<h2 id="h_build_with">構築できるもの</h2>

<p><b>Agent API</b> — 組み込みツールやプリセットとともにサードパーティモデルにアクセスし、ツールを使う自律エージェントを構築できます。組み込みツールにはWeb Search（<span>web\_search</span>）とURL Fetch（<span>fetch\_url</span>）、さらにPeople SearchとFinance Searchが含まれ、<span>fast</span>、<span>pro-search</span>、<span>deep-research</span> などのプリセットにより、最適化されたすぐに使える構成が得られます。</p>

<p><b>Search API</b> — Perplexityのアンサーエンジンを支えるのと同じグローバル規模の検索インフラへのプログラムによるアクセスで、そのインデックスは数千億のウェブページに及びます。高度なフィルタリングとリアルタイムデータを備えた、生でランク付けされた構造化結果を返し、効率的なリサーチワークフローのための地域ターゲティングや複数クエリのリクエストなどのオプションをサポートします。</p>

<p><b>Embeddings API</b> — セマンティック検索や検索拡張生成（RAG）パイプライン向けに高品質な埋め込みを生成します。</p>

<h2 id="h_getting_started">はじめに</h2>

<Steps>
  <Step>
    <p>アカウントを作成し、<a href="https://console.perplexity.ai/" rel="nofollow noopener noreferrer" target="_blank">API Console</a> にサインインします。</p>
  </Step>

  <Step>
    <p>Billingタブで支払い方法を追加し、クレジットを購入します。</p>
  </Step>

  <Step>
    <p>API KeysタブでAPIキーを生成します。</p>
  </Step>

  <Step>
    <p><a href="https://docs.perplexity.ai/docs/agent-api/quickstart" rel="nofollow noopener noreferrer" target="_blank">Quickstart</a> を使って最初の呼び出しを行います。</p>
  </Step>
</Steps>

<p>注：APIクレジットは <a href="/help-center/help-center/ja/articles/13838041-perplexityのクレジットの仕組み" rel="nofollow">Computerクレジット</a> とは別のものです。</p>
