Can I use the Notion API to add a database record from a page template?

I’m looking to leverage the Notion API to automatically create thousands of records in a database, each based on a specific page design. I reviewed the official API documentation but couldn’t locate any details on template usage, and my online search didn’t yield any helpful insights. Could someone guide me on whether this is possible and how to implement it?

hey, i didnt find native templating in the api, but i managed to simulate it by cloning an existing page structure and then updating the properties. its not perfect, but it helped me scale fairly well. good luck!