Get API Key
Create a Ceramic account for free to get an API key.
Installation
Search
Parameters
GitHub
View source code
npm
View package
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Official TypeScript SDK for Ceramic
npm install ceramic-ai
import { Ceramic } from "ceramic-ai";
const client = new Ceramic({ apiKey: "YOUR_API_KEY" });
const response = await client.search({ query: "California rental laws"});
console.log(response);
| Parameter | Type | Description | Default |
|---|---|---|---|
query | string | The search query. | Required |
