Guide
Basic
Automation Guide
Database
Integration Guide
Dashboard
Self-hosted
Open API
Business AI Agent Template
Cookbook
Reference
Automation Triggers
Automation Actions
Integrations
Node Resources
Database Views
Database Fields
Dashboard Widgets
Missions
Ai Wizard
Formula
Space
Release Notes
Videos

APITable compatible API SDK (beta)

Bika.ai support APITable compatible Open API interfaces.

That means you can use the APITable's SDK (JavaScript, Python, etc.) to interact with Bika.ai.

Quick start with APITable.js SDK for Bika.ai:

import { APITable } from "apitable";

// Get token from your Bika.ai user setting
const apitable  = new APITable({ token: "_PASTE_YOUR_API_TOKEN_FROM_USER_SETTING", host: "https://bika.ai/api/openapi/apitable" }); 

// Get a list of spaces for the current user
const spaceListResp = await apitable.spaces.list()
if (spaceListResp.success) {
  console.log(spaceListResp.data.spaces);
} else {
  console.error(spaceListResp);
}

More SDK usage please refer to:

bika cta

Recommend Reading

Recommend AI Automation Templates

Diary reminder
A simple diary template that helps you record your thoughts and feelings every day. It includes a reminder to fill in your diary every night and a weekly summary report of your diary entries.
Digital Asset Management
This template helps design teams and project managers manage the progress of design projects. It allows you to track task status, priorities, due dates, and responsible team members.
Digital Marketing Strategy
Effortlessly plan and track digital marketing initiatives with this template. Align goals with tasks, monitor progress, and use automation to send reports to Slack upon goal completion for seamless collaboration.
Scheduled message reminders for DingTalk groups
Utilize the powerful functions of Bika to automate the notification and reminder processes in your DingTalk groups. You can easily send various types of custom robot messages, including text, links, Markdown, ActionCard, and FeedCard. This automated solution not only saves your precious time but also improves the efficiency and professionalism of information dissemination. It is an ideal choice for you to enhance team collaboration and communication efficiency.
Dynamic Email Automation for Partner Onboarding
Dynamic Email Automation for Partner Onboarding simplifies the onboarding process by automating personalized emails and follow-ups. It ensures timely communication, tracks partner engagement, and reduces manual work. With automated reminders and seamless integration, your team can focus on building stronger partnerships while the system handles the rest.
E-commerce Supplier Order Collaboration
An efficient order collaboration process designed for cross-border e-commerce. Through intelligent matching and a rotation mechanism, it automatically assigns C2B order tasks to suitable suppliers, achieving end-to-end automated management from order receipt to production and delivery, enhancing team efficiency and reducing manual errors.