Ideeën

This resource represents your post ideas.

Overzicht

The Ideas resource allows you to programmatically save post ideas to your LiGo account. Ideas are stored in your content backlog and can be accessed from the Berichten page to develop into full posts later. Gebruik dit eindpunt om: - Capture content ideas as they come to you - Build an automated idea collection system - Integrate with other tools to save ideas from various sources

Create a Post Idea

Save a new post idea to your LiGo account. The idea will be stored with timestamps and can be accessed from the Berichten page.

VERZENDEN /ideas

Verzoekorgaan

Parameter Type Vereist Beschrijving
ideaString Vereist The content of your post idea.

Voorbeeld van Verzoek

JSON
{
  "idea": "Post idea"
}

Reactie

JSON
{
  "msg": "User-generated idea added successfully",
  "idea": {
    "idea": "Post idea",
    "created_at": "2025-09-25T12:34:56.000000",
    "updated_at": "2025-09-25T12:34:56.000000"
  }
}

Responsvelden

Veld Type Beschrijving
msgString Confirmation message indicating the idea was saved
ideaDoel The created idea object with metadata
idea.ideaString The content of the saved idea
idea.created_atString ISO 8601 timestamp when the idea was created
idea.updated_atString ISO 8601 timestamp when the idea was last updated

Aanverwant