Generate an AI-powered note for a specific request in JSON:API format.
This endpoint triggers on-demand AI note generation for requests that have associated fact-check data. The AI will analyze the original message and the matched fact-check information to generate a helpful community note.
Requirements:
Returns JSON:API formatted response with the generated note resource.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
JSON:API response for a single note resource.
JSON:API resource object for a note.
JSON:API links object for pagination and resource links.
Uses field aliases for 'self' and 'next' which are Python reserved words. Always use by_alias=True when serializing. Includes JSON:API 1.1 'describedby' link for API documentation.