API
New endpoint
Send up to 100 API requests in one call
POST /v1/batch
You can now send up to 100 API requests in a single call to /v1/batch. Combine calls to different endpoints into one request to cut round-trips and simplify your code. Each request in the batch returns exactly what it would if you called it on its own. This new endpoint is also available as an MCP tool.