I upload a new dataset using API i.e. programmatically. First question: as soon as it’s uploaded, how can I find its Dataset Id? Second question: whenever I need to retrieve it, how can I make it (either by Dataset name or by id) programmatically?
Maybe I misunderstood… when the API docs say “:id”, often you can just use the name.
The only way I have seen to get the actual internal ID is when you hover over the dataset name in the GUI.
A guess at how to download: have not seen a way without first doing a generate. Generate has a way to specify a data set (at least via the GUI)
see Mockaroo - Random Data Generator and API Mocking Tool | JSON / CSV / SQL / Excel to get all the details of what, I think, you have to include. I will try to do it via API.
Let me outline the challenge from the beginning: I have 20 records of API-generated data, including field names, field types, and even some brief descriptions. What I need is to generate 1000 records using Mockaroo. Instead of converting the AI data schema to Mockaroo’s data types manually, I simply want to provide the data to Mockaroo and let them build the schema automatically.
Then I would request Mockaroo to generate 1000 records as I need