How can I import a new table via CSV via HTTP Call?

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What are the exact steps to reproduce this issue?

I don’t know the steps :wink:

I assume:

  • Create a JWT Token, Upload the File, get the backend URL in response and then import it…

I can’t find a suiting endpoint for importing it :wink:

Sorry for bothering you, found it out myself… (not really documented though) :smile:
A little “browser dev tools” exposed the correct endpoint.

This endpoint should do the trick: Baserow API spec

Nope, did not work for me at all :wink:

---->
https://api.baserow.io/api/database/tables/database/{{database_id}}/async/

This worked for me, with a lot of CSV parsing and such :slight_smile:
But perhaps it works just easier and I just didn’t do it right.

I upload the CSV via an N8N form: