Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples
{ "table": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "columns": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "nullable": true, "default": null, "is_index": false, "options": [ "<string>" ] } ] }, "rows_inserted": 123, "column_mapping": [ { "csv_header": "<string>", "field_name": "<string>" } ] }
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ]}
Create a new table by importing a CSV file.
Successful Response
Response model for importing a table from CSV.
Read model for a table.
Show child attributes
Was this page helpful?