Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 688 Bytes

interrogate.md

File metadata and controls

43 lines (36 loc) · 688 Bytes

Interrogate

Request

{
  "input": {
    "api": {
      "method": "POST",
      "endpoint": "/sdapi/v1/interrogate"
    },
    "payload": {
      "image": "base64 encoded image content",
      "model": "deepdanbooru"
    }
  }
}

Response

RUN

{
  "id": "83bbc301-5dcd-4236-9293-a65cdd681858",
  "status": "IN_QUEUE"
}

RUNSYNC

{
  "delayTime": 41634,
  "executionTime": 8822,
  "id": "sync-cd686d39-f318-4f29-9f81-8837902a6cf9-e1",
  "output": {
    "caption": "1boy, bald, beard, black hair, face, facial hair, fat, glasses, indoors, male focus, mustache, old, old man, realistic, solo, wrinkled skin"
  },
  "status": "COMPLETED"
}