POSThttps://aihub.instabase.com/api/v2/apps/runs
Headers
Body Parameters
View in API Reference
Request
$curl -X POST https://aihub.instabase.com/api/v2/apps/runs \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "app_name": "app_name",
> "app_id": "app_id",
> "owner": "owner",
> "batch_id": 0,
> "input_dir": "input_dir",
> "version": "version",
> "output_workspace": "output_workspace",
> "output_dir": "output_dir",
> "settings": {
> "keys": {
> "custom": {},
> "secret": {}
> },
> "runtime_config": {
> "generate_post_process_pdf": false
> }
> }
>}'
Response