Bulk insert records
Creates up to 100 pages in a Notion database/data source from simple property maps. Identify the target with data_source_id (multi-data-source DBs), notion_id (auto-detect), or database_id. Requires a Basic license.
Authorizations
Your deployment's API key (MMK_API_KEY).
Your Notion integration token / internal token. Supplied by the caller (not stored server-side).
Body
Provide one of data_source_id / notion_id / database_id to identify the target (priority: data_source_id > notion_id > database_id).
Simple property maps, one per page (max 100).
Legacy database ID.
Data source ID (multi-data-source databases).
Auto-detect — accepts either a database or data source ID.
Optional concurrency/retry config.
Global page-creation options applied to every created page.

