Performs data extraction using LLM based on the specified data source, filter conditions, and JSON schema. Retrieves chunked data and uses the schema to extract and return the result as JSON via LLM.
API key for authentication
JSON Schema for the data to be extracted.
The type of the source
crawl, local_file, google_drive, github, notion The type of the source file
html, pdf, ppt, pptx, pptm, doc, docx, docm, xls, xlsx, xlsm, md, txt, notion_page Start date for content search (Unix timestamp in seconds)
x >= 1735639200End date for content search (Unix timestamp in seconds)
x >= 17356392001 <= x <= 100x >= 0Additional prompt for the LLM (optional, if not specified, a default prompt in Japanese will be used).