Documentation Index
Fetch the complete documentation index at: https://mintlify.com/timepoint-ai/timepoint-clockchain/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Path Parameters
The full path to the moment, e.g.
/1969/july/apollo-11-moon-landingQuery Parameters
Response format. Options:
default- Standard JSON response with full moment details and edgestdf- Export as Timepoint Data Format (TDF) for interoperability
Authentication
Requires a valid service key via theverify_service_key dependency.
Response
Default Format
The unique path identifier for this moment
The display name of the moment
A brief description or summary
Year when the moment occurred
Month when the moment occurred (1-12)
Day of the month (1-31)
Time of day, if applicable
Country where the moment occurred
Region or state
City or locality
Graph layer (importance/depth indicator)
Visibility status:
public or privateList of thematic tags
List of notable people associated with this moment
User ID or system identifier that created this moment
Source classification (e.g.,
historical, generated)Confidence score for generated moments (0.0 to 1.0)
ID of the generation run that created this moment
TDF content hash for deduplication and integrity
ISO 8601 timestamp when the moment was created
ISO 8601 timestamp when the moment was published
List of edges connecting this moment to others
TDF Format
Whenformat=tdf, returns a Timepoint Data Format record:
Moment identifier (path)
Always
clockchainISO 8601 creation timestamp
Content-based hash for deduplication
Metadata about how this record was created
The actual moment data (name, year, month, day, tags, etc.)
Examples
Get Moment (Default Format)
Get Moment (TDF Format)
Error Responses
Moment not found, or user lacks permission to view a private moment
User is not authorized to view this private momentNote: Private moments return 404 instead of 403 to avoid leaking information about their existence.
Visibility Rules
- Public moments: Accessible to all authenticated users
- Private moments: Only accessible to the user who created them (
created_bymust matchuser_id) - If a moment is private and the requester is not the creator, a 404 error is returned (not 403, to prevent enumeration)