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.

Glif Simple API is one of 2 APIs that Glif publishes on the APIs.io network.

Tagged areas include AI, Artificial Intelligence, Workflows, Glifs, and No-Code. The published artifact set on APIs.io includes API documentation and authentication docs.

API entry from apis.yml

apis.yml Raw ↑
aid: glif-app:glif-simple-api
name: Glif Simple API
tags:
- AI
- Artificial Intelligence
- Workflows
- Glifs
- No-Code
- Deprecated
humanURL: https://docs.glif.app
baseURL: https://simple-api.glif.app
properties:
- url: https://github.com/glifxyz/api-docs/blob/main/getting-started.md
  type: Documentation
- url: https://glif.app/settings/api-tokens
  type: Authentication
description: 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.