Skip to main content

Get API Key

Create a Ceramic account for free to get an API key.

Installation

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);

Parameters

ParameterTypeDescriptionDefault
querystringThe search query.Required

GitHub

View source code

npm

View package