Skip to main content
POST
/
batch-definitions
/
id
/
{definition_id}
/
execute
Python
from meibel import MeibelClient

client = MeibelClient(api_key="your-api-key")

result = client.batches.execute("definition_id_value")
print(result)
{
  "execution_id": "<string>",
  "workflow_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

definition_id
string
required

Response

Successful Response

ExecuteBatchDefinitionResponse

execution_id
string
required
workflow_id
string
required