Query Parameters:
baseFolder (optional): The base folder to useHeaders:
X-API-KEY: API Key to use.Example Response:
{
"folderParts": {
"baseFolder": "base_folder",
"year": "2024",
"month": "11",
"monthName": "November",
"day": "26",
"weekdayName": "Tuesday",
"quarter": "4",
"week": "48"
}
}Please sign in to test the API.
Query Parameters:
baseFolder (optional): The base folder to useBody Parameters:
document : a URL pointing to a document to analyzeHeaders:
X-API-KEY: API Key to use.Example Response:
{
"folderParts": {
"baseFolder": "base_folder",
"year": "2024",
"month": "11",
"monthName": "November",
"day": "26",
"weekdayName": "Tuesday",
"quarter": "4",
"week": "48"
}
}Please sign in to test the API.
Note: Authentication happens with session cookie.
Example Response:
{
"apiKey": "1234ABCD"
}Please sign in to test the API.
Note: Authentication happens with session cookie.
Example Response:
{
"message": "API key deleted"
}Please sign in to test the API.
Headers:
X-API-KEY: API Key to use. (note that you can also authenticate with session token)Example Response:
{
"id":1,
"email":"me@email.provider",
"clerk_user_id":"1234ABCD",
"api_key":"1234ABCD",
"onboarding_complete":true,
"newsletter":false
}Please sign in to test the API.