Postly
  1. Files
Postly
  • Overview
  • Workspaces
    • Fetch workspaces
      GET
  • Socials
    • Fetch socials
      GET
  • Files
    • Upload a file
      POST
    • Fetch files
      GET
    • Delete a file
      DELETE
  • Posts
    • Create a post
      POST
    • Update a post
      POST
    • Fetch a post
      GET
    • Delete a post
      DELETE
    • Fetch posts
      GET
  • Schemas
    • Schemas
      • Requests
        • Posts
          • PostRequest
      • DTOs
        • Schedule
          • OneOffSchedule
          • RecurringSchedule
          • WeekDayMapping
        • Files
          • FileData
        • Posts
          • PlatformPosts
            • Settings
              • BlueskyPostSettings
              • YouTubePostSettings
            • PlatformPost
          • PostTargetPlatform
          • Post
        • Workspaces
          • Workspace
        • Channels
          • Channel
  1. Files

FileData

{
    "url": "string",
    "type": "string"
}
Built with