Glif Simple API
HTTP endpoint for invoking a single published glif (AI workflow) by ID and passing a list of named or positional string inputs. POST a JSON body with `id` and `inputs` to https://simple-api.glif.app using a Bearer token; the response includes the run's final `output` (often an image URL or text) plus an `outputFull` block describing the output type. Legacy responses always return HTTP 200 even on error, with the error surfaced in an `error` field. Per Glif's FAQ the API was deprecated on 2026-05-20 as part of the Glif 2.0 chat-agent rebuild; the documentation repository remains public for reference and existing integrations.