|
1 | 1 | --- |
2 | 2 | slug: / |
3 | | -title: Perplexity Sonar API Cookbook |
4 | | -description: A collection of practical examples and guides for building with Perplexity's Sonar API |
| 3 | +title: Perplexity API Cookbook |
| 4 | +description: A collection of practical examples and guides for building with Perplexity's API Platform |
5 | 5 | keywords: [perplexity, sonar, api, cookbook, examples, tutorials] |
6 | 6 | --- |
7 | 7 |
|
8 | | -# Perplexity Sonar API Cookbook |
9 | | - |
10 | | -A collection of practical examples and guides for building with [**Perplexity's Sonar API**](https://sonar.perplexity.ai/) - the fastest, most cost-effective AI answer engine with real-time search capabilities. |
| 8 | +A collection of practical examples and guides for building with [**Perplexity's API Platform**](https://docs.perplexity.ai/) - the fastest, most cost-effective AI answer engine with real-time search capabilities. |
11 | 9 |
|
12 | 10 | ## Quick Start |
13 | 11 |
|
14 | 12 | To get started with any project in this cookbook: |
15 | 13 |
|
16 | 14 | 1. **Browse examples** - Find the use case that matches your needs |
17 | 15 | 2. **Follow the guide** - Each example includes complete setup instructions |
18 | | -3. **Get the code** - Full implementations are available in our [GitHub repository](https://github.com/ppl-ai/api-cookbook) |
| 16 | +3. **Get the code** - Full implementations are available in our [GitHub repository](https://github.com/perplexityai/api-cookbook) |
19 | 17 | 4. **Build and customize** - Use the examples as starting points for your projects |
20 | 18 |
|
21 | 19 | ## What's Inside |
22 | 20 |
|
23 | | -### [Examples](/examples) |
| 21 | +### [Examples](/cookbook/examples/README) |
24 | 22 | Ready-to-run projects that demonstrate specific use cases and implementation patterns. |
25 | 23 |
|
26 | | -### [Showcase](/showcase) |
27 | | -Community-built applications that demonstrate real-world implementations of the Sonar API. |
| 24 | +### [Showcase](/cookbook/showcase/briefo/) |
| 25 | +Community-built applications that demonstrate real-world implementations of the API Platform. |
28 | 26 |
|
29 | | -### [Integration Guides](/articles) |
| 27 | +### [Integration Guides](/cookbook/articles/memory-management/chat-summary-memory-buffer/README) |
30 | 28 | In-depth tutorials for advanced implementations and integrations with other tools. |
31 | 29 |
|
32 | | -> **Note**: All complete code examples, scripts, and project files can be found in our [GitHub repository](https://github.com/ppl-ai/api-cookbook). The documentation here provides guides and explanations, while the repository contains the full runnable implementations. |
| 30 | +> **Note**: All complete code examples, scripts, and project files can be found in our [GitHub repository](https://github.com/perplexityai/api-cookbook). The documentation here provides guides and explanations, while the repository contains the full runnable implementations. |
33 | 31 |
|
34 | 32 | ## Contributing |
35 | 33 |
|
36 | | -Have a project built with Sonar API? We'd love to feature it! Check our [Contributing Guidelines](https://github.com/ppl-ai/api-cookbook/blob/main/CONTRIBUTING.md) to learn how to: |
| 34 | +Have a project built with API Platform? We'd love to feature it! Check our [Contributing Guidelines](https://github.com/perplexityai/api-cookbook/blob/main/CONTRIBUTING.md) to learn how to: |
37 | 35 |
|
38 | 36 | - Submit example tutorials |
39 | 37 | - Add your project to the showcase |
40 | 38 | - Improve existing content |
41 | 39 |
|
42 | 40 | ## Resources |
43 | 41 |
|
44 | | -- [Sonar API Documentation](https://docs.perplexity.ai/home) |
45 | | -- [API Playground](https://perplexity.ai/account/api/playground) |
46 | | -- [GitHub Repository](https://github.com/ppl-ai/api-cookbook) |
| 42 | +- [API Documentation](https://docs.perplexity.ai/home) |
| 43 | +- [GitHub Repository](https://github.com/perplexityai/api-cookbook) |
47 | 44 |
|
48 | 45 | --- |
49 | 46 |
|
|
0 commit comments