# Daytalog documentation ## Docs - [Authenticate](https://docs.daytalog.com/api-reference/endpoint/authenticate.md): Generates a unique token for API communication. This endpoint prompts the user to confirm or deny the connection. - [Create Log](https://docs.daytalog.com/api-reference/endpoint/create-log.md) - [Create Project](https://docs.daytalog.com/api-reference/endpoint/create-project.md): Create and load project - [Delete Log](https://docs.daytalog.com/api-reference/endpoint/delete-log.md): Delete log by ID - [Generate PDF](https://docs.daytalog.com/api-reference/endpoint/generate-pdf.md): Generates PDF and returns it's data - [Get Log](https://docs.daytalog.com/api-reference/endpoint/get-log.md): Get log by ID - [Get Project](https://docs.daytalog.com/api-reference/endpoint/get-project.md): Get the active project. Depends on both global and project config. - [Get Project Settings](https://docs.daytalog.com/api-reference/endpoint/get-project-settings.md): Get the settings that is set on the active project. Use these when updating settings. - [Get Version](https://docs.daytalog.com/api-reference/endpoint/get-version.md): Check app and api version - [List Email Presets](https://docs.daytalog.com/api-reference/endpoint/list-email-presets.md) - [List Logs](https://docs.daytalog.com/api-reference/endpoint/list-logs.md): Lists all logs in the project - [List PDF Presets](https://docs.daytalog.com/api-reference/endpoint/list-pdf-presets.md) - [List Projects](https://docs.daytalog.com/api-reference/endpoint/list-projects.md): Returns a list of selectable projects - [Load Project](https://docs.daytalog.com/api-reference/endpoint/load-project.md) - [Ping server](https://docs.daytalog.com/api-reference/endpoint/ping-server.md): Check server status - [Send Email](https://docs.daytalog.com/api-reference/endpoint/send-email.md): Opens the send window - [Update Log](https://docs.daytalog.com/api-reference/endpoint/update-log.md): Update log by ID. Shallow merging. - [Update Project Settings](https://docs.daytalog.com/api-reference/endpoint/update-project-settings.md): Updates settings on the active project - [Introduction](https://docs.daytalog.com/api-reference/introduction.md): Using the local API - [Custom Schemas](https://docs.daytalog.com/config/custom-schemas.md): Extend your logs with data from other sources - [Self Managed](https://docs.daytalog.com/config/self-managed.md): Set up your email credentials - [Dynamic Tags](https://docs.daytalog.com/config/tags.md): Add tags inline for dynamic properties - [day summary](https://docs.daytalog.com/examples/email/daysummary.md): Example of a simple log summary email - [link](https://docs.daytalog.com/examples/email/link.md): Example of email with a link - [plain](https://docs.daytalog.com/examples/email/plain.md): Example of a email with only a message - [teahouse](https://docs.daytalog.com/examples/email/teahouse.md): Example of a branded email - [ClipsReport](https://docs.daytalog.com/examples/pdf/ClipsReport.md): Example of a simple clips report - [DataReport](https://docs.daytalog.com/examples/pdf/DataReport.md): Example of a simple data report - [QC Report](https://docs.daytalog.com/examples/pdf/Qc-silverstack.md): QC Report with silverstack cue points - [Create Templates](https://docs.daytalog.com/features/create-templates.md): Code editor for designing templates - [Distribution and Export](https://docs.daytalog.com/features/presets.md): Send or export reports in three clicks - Use presets - [Add Shooting Day(ta)](https://docs.daytalog.com/features/shooting-dayta.md): Each entry creates a .dayta log in the logs folder. - [Import Clips](https://docs.daytalog.com/get-started/import-clips.md) - [Introduction](https://docs.daytalog.com/get-started/introduction.md): Welcome to Daytalog documentation - [Project Folder](https://docs.daytalog.com/get-started/project-folder.md): Contains all data for the project - [Quickstart](https://docs.daytalog.com/get-started/quickstart.md): Share your first report in minutes. - [Shared settings](https://docs.daytalog.com/get-started/shared-settings.md): Share settings and templates across all local projects. - [Log](https://docs.daytalog.com/schemas/daytalog/log.md): Log Data Type - [Clips](https://docs.daytalog.com/schemas/daytalog/log/clips.md): Clips from OCF clips matched with proxy, sound and custom schema clips - [OCF](https://docs.daytalog.com/schemas/daytalog/log/ocf.md): A collection of properties and methods for Original Camera Files (OCF). - [Proxy](https://docs.daytalog.com/schemas/daytalog/log/proxy.md): A collection of proxy related properties and methods - [Sound](https://docs.daytalog.com/schemas/daytalog/log/sound.md): A collection of sound related properties and methods - [Total](https://docs.daytalog.com/schemas/daytalog/total.md): A collection of methods for retrieving aggregated totals of all logs - [config.yaml](https://docs.daytalog.com/schemas/files/config.md): Schema for Project Settings - [.dayta](https://docs.daytalog.com/schemas/files/dayta.md): Schema for .dayta files - [Use Daytalog](https://docs.daytalog.com/templates/data.md): Get data from the project with the useDaytalog hook - [Intro to templating](https://docs.daytalog.com/templates/intro.md): Write email and PDF templates with React ## OpenAPI Specs - [openapi](https://docs.daytalog.com/api-reference/openapi.json)