ByteGenie API powers extraction, enrichment, and analysis workflows across documents, tables, and web data. Use it to orchestrate multi-step tasks in a single call.
POST /execute Run taskshttps://platform.byte-genie.com
Tasks available: 318
Mix and match tasks across ingestion, enrichment, and analysis.
Primary HTTP routes exposed by the service.
Available task functions (from executors/api_endpoint.py).
{
"api_key": "REDACTED",
"tasks": {
"task_1": {
"func": "test_api",
"args": {},
"username": "demo-genie",
"overwrite": 0,
"task_mode": "sync"
}
}
}
{
"api_key": "REDACTED",
"tasks": {
"task_1": {
"func": "test_api",
"args": {},
"overwrite": 0,
"task_mode": "sync"
}
}
}
{
"api_key": "REDACTED",
"tasks": {
"task_1": {
"func": "get_api_key",
"args": {
"username": "testing-genie"
},
"username": "testing-gneie",
"task_mode": "sync",
"overwrite": 1,
"overwrite_base_output": 1
}
}
}
{
"api_key": "REDACTED",
"tasks": {
"task_1": {
"func": "get_extension_version",
"args": {
"browser": "chrome"
},
"username": "testing-genie",
"overwrite": 1,
"task_mode": "sync"
}
}
}