Create Acceleration

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/acceleration
API call form
Examples
List of examples
  • Create a full load acceleration
  • Create a delta insert acceleration
  • Create a delta insert-update acceleration
  • Create a delta insert-update-delete acceleration
Description

This will create a full load acceleration for a dataset.

Install
composer require luzmo/luzmo-sdk-php
This will create a full load acceleration for a dataset.
Example Response
200
400
500
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "load_type": "full",
  "schedule": {
    "frequency_unit": "day",
    "frequency_quantity": 1
  },
  "created_at": "2024-01-01T00:00:00.000Z",
  "updated_at": "2024-01-01T00:00:00.000Z"
}