Skip to main content
POST
/
datasources
/
{datasource_id}
/
downloads
/
process
Python
from meibel import MeibelClient

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

result = client.datasources.downloads.process("datasource_id_value")
print(result)
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<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

datasource_id
string
required

Body

application/json

Body for creating a download job. Omit both fields to download all files.

content
string | null

Content to include: files, parsed_content, or files_and_parsed_content

data_element_ids
string[] | null

Specific data element IDs to include

Response

Successful Response