Writing to Action Table with OpenAPI
Use the OpenAPI-described endpoint to insert a new row into an existing Action Table. You’ll validate the schema, POST a row, and verify the result—via cURL or generated clients.
Last updated
Was this helpful?
Use the OpenAPI-described endpoint to insert a new row into an existing Action Table. You’ll validate the schema, POST a row, and verify the result—via cURL or generated clients.
table_id for an existing action table
PAT with scope action_tables
In API reference document, navigate to Generative Table (v2) → Add rows to a table

As shown in Step 2, JamAI Base supports multiple data types, including primitives (integer, float, boolean, text) and file-backed types (image, audio, document). For file-backed types, there’s one extra step: upload the file first, then reference the returned file URI in your create-row request.

Below we’ll demonstrate 2 cases:
Last updated
Was this helpful?
Was this helpful?