How to Create a New Field in an Existing Database Table via the API?

I have question regarding your API.

Use Case
We are tracking certain KPIs on a weekly basis. What we would like to do is to run a job every week that gets the latest KPI figures and then goes to an existing Baserow Table and inserts a new Field (which is a new column in the table) labeled with the data of today so that we can compare how the KPIs are developing over time.

API Documentation
I checked your API documentation but I believe currently you can only create rows but not new fields via your API. Database API documentation

Is this correct or is there a way to insert a new field via your API?

If its not possible, would it be possible to consider this as a new feature to add for your API in the next months or so?

It would basically solve a problem for us as otherwise I have to find a work-around which is not really clean at the moment to set up my KPI tracking solution.

Thank you in advance for considering this.

Hi @artoflogic,

This is not possible through the database API but it is possible through the platform API: Baserow API spec. This uses a different auth, so be sure you read those requirements too. If you need further assitance, just let us know.