v1

latestSwagger 2.02026-07-176096209.1 KB
v2

Check if there are interrogation requests queued for fulfillment

This endpoint is used by registered workers only

post/v2/interrogate/pop

Headers

apikeystring required

The API Key corresponding to a registered user

X-Fieldsstring mask

An optional fields mask

Request body

namestring

The Name of the Worker.

priority_usernamesstring[]
formsstring[]
amountinteger

The amount of forms to pop at the same time.

bridge_agentstring

The worker name, version and website.

threadsinteger

How many threads this worker is running. This is used to accurately the current power available in the horde.

max_tilesinteger

The maximum amount of 512x512 tiles this worker can post-process.

Example request

{
  "forms": [
    "caption"
  ],
  "bridge_agent": "AI Horde Worker reGen:4.1.0:https://github.com/Haidra-Org/horde-worker-reGen"
}

Response

Interrogation Popped

Example response

{
  "forms": [
    {
      "form": "caption"
    }
  ]
}