cURL
curl --request GET \ --url https://api.supernormal.com/api/v1/posts/{id} \ --header 'X-API-TOKEN: <api-key>'
{ "id": "<string>", "title": "<string>", "published_at": "<string>", "summary": "<string>", "seen": true, "notes": [ { "id": "<string>", "body": "<string>", "timestamp": 123, "parent_id": "<string>", "created_at": "<string>", "display_name": "<string>", "type": "<string>" } ], "transcript": [ { "start": 123, "end": 123, "content": "<string>", "author_name": "<string>" } ] }
Returns a single post
Documentation IndexFetch the complete documentation index at: https://docs.supernormal.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.supernormal.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the post to get
Post response
The post’s ID
The post’s title
The post’s published at time in ISO 8601 format
A brief description of the meeting
Whether the post has been seen by the current caller
The post's notes
Show child attributes
The post's transcript