AI Studio API Support
Visit AI Studio here.
Prerequisites:
1. Install SDK
npm install dapplooker-sdk2. Get the Details of a Project
import { DappLookerNlqAPI } from "dapplooker-sdk";
// Function to get schema details
async function getSchemaDetails(): Promise<any> {
let response = await DappLookerNlqAPI.getSchemaName("");
console.log("API Response Data: ", JSON.stringify(response));
};
getSchemaDetails();Sample Response:
3. Query Data Using Natural Language (NLQ)
Sample Response:
4. Important Notes:
Last updated