For AI agents: visit https://docs.gathercontent.com/v0.5/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
GatherContent API
API Reference
GatherContent API
API Reference

Documentation

  • Home
  • Authentication
  • Versioning
  • The Config Field
    • Request Payload
    • Tab Structure
    • Element Structure
    • text
    • files
    • choice_radio
    • choice_checkbox
    • section

:me

  • GET: /meget

:accounts

  • GET: /accountsget
  • GET: /accounts/{account_id}get

:projects

  • GET: /v0.5/projectsget
  • GET: /v0.5/projects/{project_id}get
  • POST: /v0.5/projectspost
  • GET: /v0.5/projects/{project_id}/statusesget
  • GET: /v0.5/projects/{project_id}/statuses/:status_idget

:items

  • GET: /itemsget
  • GET: /items/{item_id}get
  • POST: /itemspost
  • POST: /items/{item_id}/savepost
  • POST: /v0.5/items/{item_id}/apply_templatepost
  • POST: /v0.5/items/{item_id}/choose_statuspost
  • GET: /v0.5/items/{item_id}/filesget

:templates

  • GET: /templatesget
  • GET: /templates/{template_id}get

:files

  • GET: /files/{id}/downloadget

:folders

  • GET: /foldersget
Powered by 

section

{
    "type": "section",                   // string, must be "section"
    "name": "el3",                       // string, not empty, unique
    "title": "Title",                    // string, not empty
    "subtitle": "<p>How goes it?</p>"    // string
}

Updated 12 months ago


choice_checkbox
GET: /me

Updated 12 months ago


choice_checkbox
GET: /me