Hello,
I'm reaching out to inquire about a specific functionality within the Airtable API.
I'm currently working on a project that involves duplicating a database template, including all of its tables, via the Airtable API. While I've explored the documentation and experimented with various endpoints, I haven't been able to find a straightforward solution for achieving this.
Could anyone in the community kindly provide guidance or share if there's an API script available that facilitates the duplication of a database template along with all its tables? My goal is to automate this process as part of a larger project.
Your insights, suggestions, or examples of how to achieve this would be immensely appreciated.
Here's an example of the JSON script I've attempted to use:
{
"base_id": "YOUR_BASE_ID",
"new_name": "New_Base_Name",
"copy_tables": true,
"workspace_id": "YOUR_WORKSPACE_ID"
}
Thank you all for your time and assistance!
Best regards,