# Marky API ## Docs - [AI Agents](https://docs.mymarky.ai/ai-agents.md): Use Claude Code, OpenClaw, or custom agents to create and schedule posts - [Attach media to file](https://docs.mymarky.ai/api-reference/attach-media.md): Attach media (images/videos) to a file. Idempotent: duplicate attachments are ignored. - [Create business](https://docs.mymarky.ai/api-reference/create-business.md): Create a new business (workspace) in your organization. - [Create file](https://docs.mymarky.ai/api-reference/create-file.md): Create a markdown file in a business's library. - [Create folder](https://docs.mymarky.ai/api-reference/create-folder.md): Create a folder in a business's library. - [Create post](https://docs.mymarky.ai/api-reference/create-post.md): Create a post directly without using the generation pipeline. - [create topic](https://docs.mymarky.ai/api-reference/create-topic.md): Create a new topic for a business. - [Register webhook](https://docs.mymarky.ai/api-reference/create-webhook.md): Register a webhook URL to receive events. - [Delete business](https://docs.mymarky.ai/api-reference/delete-business.md): Soft-delete a business. Sets deleted_at timestamp. - [Delete file](https://docs.mymarky.ai/api-reference/delete-file.md): Delete a file from the library. - [Delete folder](https://docs.mymarky.ai/api-reference/delete-folder.md): Delete a folder. Folder must be empty (no files or subfolders). - [Delete media](https://docs.mymarky.ai/api-reference/delete-media.md): Soft-delete a library file (sets enabled=false). - [delete topic](https://docs.mymarky.ai/api-reference/delete-topic.md): Soft-delete a topic. - [Delete webhook](https://docs.mymarky.ai/api-reference/delete-webhook.md): Delete a webhook registration. - [Get business](https://docs.mymarky.ai/api-reference/get-business.md): Get details for a single business. Must belong to your org. - [Get file](https://docs.mymarky.ai/api-reference/get-file.md): Get a file with its content and attached media. - [Get folder](https://docs.mymarky.ai/api-reference/get-folder.md): Get a single folder. - [Get external post stats](https://docs.mymarky.ai/api-reference/get-integration-post-stats.md): Fetch stats for a single post on a connected platform. - [Get integration stats](https://docs.mymarky.ai/api-reference/get-integration-stats.md): Fetch account/page analytics for a single connected integration. - [Get media](https://docs.mymarky.ai/api-reference/get-media.md): Get a single library file. - [Get post](https://docs.mymarky.ai/api-reference/get-post.md): Get a single post by ID, including per-platform publish results. - [Get post stats](https://docs.mymarky.ai/api-reference/get-post-stats.md): Fetch per-platform analytics for a post published through Marky. - [get topic](https://docs.mymarky.ai/api-reference/get-topic.md): Get a single topic. - [List businesses](https://docs.mymarky.ai/api-reference/list-businesses.md): List all businesses (workspaces) in your organization. - [List files](https://docs.mymarky.ai/api-reference/list-files.md): List markdown files in a business's library. - [List folders](https://docs.mymarky.ai/api-reference/list-folders.md): List folders in a business's library. Pass parent_id to list subfolders. - [List posts on a platform](https://docs.mymarky.ai/api-reference/list-integration-posts.md): List posts published to a connected platform account, with stats. - [List integrations](https://docs.mymarky.ai/api-reference/list-integrations.md): List the social integrations connected to a business. - [List media](https://docs.mymarky.ai/api-reference/list-media.md): List media files in a business's library. Use cursor for pagination. - [List posts](https://docs.mymarky.ai/api-reference/list-posts.md): List posts for a business, newest first. Use cursor for pagination. - [list topics](https://docs.mymarky.ai/api-reference/list-topics.md): List all topics for a business. - [List webhook deliveries](https://docs.mymarky.ai/api-reference/list-webhook-deliveries.md): List recent delivery attempts for a webhook. - [List webhooks](https://docs.mymarky.ai/api-reference/list-webhooks.md): List all webhook registrations for your org. - [Publish post now](https://docs.mymarky.ai/api-reference/publish-post.md): Publish a post immediately to its connected platforms. - [Schedule post](https://docs.mymarky.ai/api-reference/schedule-post.md): Schedule a post for publishing at a specific time. - [Stats Coverage by Platform](https://docs.mymarky.ai/api-reference/stats-coverage.md): Which post-stat and account-stat fields are populated for each connected social platform. - [Submit feedback](https://docs.mymarky.ai/api-reference/submit-feedback.md): Submit a bug report, feature request, or general feedback. - [Update business](https://docs.mymarky.ai/api-reference/update-business.md): Update a business. Only provided fields are changed. - [Update file](https://docs.mymarky.ai/api-reference/update-file.md): Update a file's name or content. - [Update folder](https://docs.mymarky.ai/api-reference/update-folder.md): Update a folder's name. - [Update post](https://docs.mymarky.ai/api-reference/update-post.md): Update a post's caption or target platforms. - [update topic](https://docs.mymarky.ai/api-reference/update-topic.md): Update a topic. - [Upload media](https://docs.mymarky.ai/api-reference/upload-media.md): Upload an image or video to a business's media library. - [Authentication](https://docs.mymarky.ai/authentication.md): Create and manage API keys - [Changelog](https://docs.mymarky.ai/changelog.md): API and documentation updates for the Marky public API - [Claude Code](https://docs.mymarky.ai/claude-code.md): Connect Claude Code to Marky for automated social media management - [Errors](https://docs.mymarky.ai/errors.md): Error codes, meanings, and how to fix them - [Go High Level](https://docs.mymarky.ai/go-high-level.md): Connect Marky to Go High Level for automated social content - [Introduction](https://docs.mymarky.ai/introduction.md): Automate social posting with the Marky API - [n8n](https://docs.mymarky.ai/n8n.md): Automate social posting with n8n workflows - [Quickstart](https://docs.mymarky.ai/quickstart.md): Create and schedule your first post in 2 minutes - [API Terms of Service](https://docs.mymarky.ai/terms.md): Terms governing use of the Marky API - [Versioning](https://docs.mymarky.ai/versioning.md): How API versioning works - [Zapier & Make](https://docs.mymarky.ai/zapier-make.md): Automate social posting with Zapier or Make (Integromat) ## OpenAPI Specs - [public-openapi](https://docs.mymarky.ai/public-openapi.json) - [openapi](https://docs.mymarky.ai/api-reference/openapi.json)