Text & doc load working

This commit is contained in:
Cyber MacGeddon 2025-05-02 19:09:46 +01:00
parent f8b888855d
commit 8e9c72fda5
8 changed files with 145 additions and 42 deletions

View file

@ -5,7 +5,7 @@ import json
import sys
import base64
url = "http://localhost:8088/api/v1/"
url = "http://localhost:8088/api/v1/flow/0000/text-load"
############################################################################
@ -85,10 +85,7 @@ input = {
}
resp = requests.post(
f"{url}load/text",
json=input,
)
resp = requests.post(url, json=input)
resp = resp.json()