Penpot Create File Object Thumbnail API

The Create File Object Thumbnail API from Penpot — 1 operation(s) for create file object thumbnail.

Operations 1

POST create-file-object-thumbnail

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/penpot-create-file-object-thumbnail-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

penpot-create-file-object-thumbnail-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: '2.16'
  title: Penpot RPC Add Team To Organization Create File Object Thumbnail API
  description: Penpot RPC-style REST API for projects, files, pages, components, and design assets.
  x-api-id: penpot-rpc
  contact:
    url: https://community.penpot.app/
    name: Penpot Support
  x-humanURL: https://penpot.app/integrations-api
servers:
- url: https://design.penpot.app/api/main/methods
  description: MAIN API
tags:
- name: Create File Object Thumbnail
paths:
  create-file-object-thumbnail:
    post:
      description: null
      deprecated: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              title: create-file-object-thumbnail
              type: object
              properties:
                fileId:
                  $ref: '#/components/schemas/Uuid'
                objectId:
                  type: string
                  maxLength: 250
                media:
                  title: Upload
                  type: object
                  properties:
                    filename:
                      type: string
                    size:
                      $ref: '#/components/schemas/Int'
                    path:
                      $ref: '#/components/schemas/FilesystemPath'
                    mtype:
                      type: string
                    headers:
                      type: object
                      additionalProperties:
                        type: string
                  required:
                  - filename
                  - size
                  - path
                tag:
                  type: string
                  maxLength: 50
              required:
              - fileId
              - objectId
              - media
            example: '{"fileId":"5ab5eb30-5b3a-81d5-8008-2a395c73671e","objectId":"m8C89rf4m96379ESVKms9K2G34nJPrAmAF3DA49GiJ8Upi2doHF1leXNruuXUxyt33lZg9sg3nwGR8NX85YQh4omx4B5l7v78K1lJ31cx75ZyCxo6t5G1eBsn1wG50Q28I338j99exnE5w7NlRPbQ86KtiWd7iBQrze6n7Q0H4AB7aVkk3mlbo9k7v3N1H3AKP0tc3ecsI8V77d5SesRYSnNuYO0196VL1oF3XMRY7KJUH","media":{"filename":"epGo89","size":-39961,"path":"748","headers":{"3":"m35Eu6xqOX53B0628","05PzD":"YoG2R6o7W58d3wTb6","8wz5S":"G78lr1l58","8T3KE59EOaMyB":"J8RGkiVn8n3HtcXXT7yL1iTWix37","1UDwfBZ2":"xZ9rTZGUjioqtuhUV4ZN8Scz1x5r","jOyJrQnCDu4mHO2sFnHWh1":"k","o8zBd0789ycy9QU0hNPR4X63ae":"Itn9e1ECgH2122Qx5NZf","12qnE08qu7aNGbK":"","Bs":"B6EcrOymxM6de7osAwM7PSFDEtpvsQ","7EwbV0189s4v5Riu5":"6J10x3AEs7GuLQd","69Kc4Y1g02Fe1V6k":"6C076p5qJaFNIAtni7Xh2KC0","9W2ldgh423Y25u83v":"5c6H51DqGsHOgQpwi0S","4Q9":"VZF822Ee6BhDE","BsRjY3":"LbjwDI","hAk91ZWF":"iK60Xmyum6BSZ7"}}}'
      tags:
      - Create File Object Thumbnail
components:
  schemas:
    Int:
      title: integer
      description: integer
      type: integer
    Uuid:
      title: uuid
      description: UUID formatted string
      type: string
      format: uuid
    FilesystemPath:
      title: path
      description: filesystem path
      type: string
      format: unix-path