Jump to Content
API Reference
v0.1
v0.2
v2.0
Log In
API Reference
Search
Log In
v2.0
API Reference
Create an organization.
Search
All
Pages
Start typing to search…
JUMP TO
JamAI Base API
Projects
Create a new project under an organization.
post
Get a project.
get
Update a project.
patch
Delete a project.
del
List all projects within an organization.
get
Join a project.
post
Get a project member.
get
Leave a project.
del
List project members.
get
Update a project member's role.
patch
Export Project
get
Import Project
post
Import Project Migration
post
Import Template
post
Create a project invitation.
post
Delete a project invitation.
del
List invitations in this project.
get
Templates
List templates.
get
Get a specific template.
get
List tables in a template.
get
Get a specific table from a template.
get
List rows in a template table.
get
Get a specific row from a template table.
get
Conversations
Creates a new conversation and sends the first message. Title will be generated automatically if not provided.
post
Fetches a single conversation (table) metadata.
get
Deletes a conversation permanently.
del
Lists all conversations.
get
Lists all available agents.
get
Fetches a single agent (table) metadata.
get
Generates a title for a conversation based on the first user message and assistant response. If the conversation already has a title, it will be overwritten.
post
Renames conversation title.
patch
Sends a message to a conversation and streams the response.
post
Updates a specific message in a conversation.
patch
Lists messages in a conversation.
get
Regenerates a specific message in a conversation and streams back the response.
post
Get all threads from a conversation or an agent.
get
Generative Table (V2)
Create an action table.
post
Create a knowledge table.
post
Create a chat table.
post
Duplicate a table.
post
Get a specific table.
get
Delete a table.
del
List tables of a specific type.
get
Rename a table.
post
Add columns to a table.
post
Rename columns in a table.
post
Update generation configuration for table columns.
patch
Reorder columns in a table.
post
Drop columns from a table.
post
Add rows to a table.
post
List rows in a table.
get
Get a specific row from a table.
get
Update rows in a table.
patch
Get all multi-turn / conversation threads from a table.
get
Perform hybrid search on a table.
post
Regenerate rows in a table.
post
Delete rows from a table.
post
Get CORS preflight options for file embedding endpoint
optns
Embed a file into a knowledge table.
post
Import data into a table.
post
Export data from a table.
get
Import a table including its metadata.
post
Export a table including its metadata.
get
Serving
List the info of models available.
get
List the ID of models available.
get
List the ID of models available.
get
Chat completion.
post
Embeds texts as vectors.
post
Ranks each text input to the query text.
post
File
Proxy File
get
Proxy File
get
Upload File Options
optns
Upload File
post
Get CORS preflight options for file upload endpoint.
optns
Upload a file to the server.
post
Get Raw File Urls
post
Get Raw File Urls
post
Get Thumbnail Urls
post
Get Thumbnail Urls
post
Tasks
Get progress data.
get
Model Context Protocol (MCP)
MCP Streamable HTTP endpoint
post
MCP Streamable HTTP endpoint
get
Powered by
Create an organization.
post
https://api.jamaibase.com/api/v2/organizations
Permissions: None.
Language
Shell
Node
Ruby
PHP
Python
Credentials
Bearer
Bearer
RESPONSE
Click
Try It!
to start a request and see the response here!