action spinbot_post_article { label: "Extracting the main article of the given URL." description: "Extracting the main article of the given URL. The response is in JSON format." provider: spinbot method: POST path: "/api/article" encoding: json output: { type: "object" additionalProperties: true } }