Wireframes website screenshot

Wireframes

Wireframes are low-fidelity visual representations of user interface layouts used in early design stages to establish structure, hierarchy, and functionality before high-fidelity design work begins. Major wireframing tools including Figma, Balsamiq, Axure, UXPin, Sketch, and Miro offer APIs and developer integrations for programmatic access to design assets, metadata, and collaboration workflows.

2 APIs 0 Features
DesignFigmaPrototypingUI DesignUXWireframing

APIs

Figma REST API

The Figma REST API provides programmatic access to Figma design files, components, styles, comments, and webhooks. It is the primary developer API for the most widely used wiref...

Balsamiq Cloud API

Balsamiq provides a fast, focused wireframing tool used by lean product teams. Balsamiq Cloud offers API access for project management and asset integration. Balsamiq is widely ...

Collections

Pricing Plans

Wireframes Plans Pricing

3 plans

PLANS

Rate Limits

Wireframes Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Wireframes Context

19 classes · 0 properties

JSON-LD

JSON Structure

Wireframes Component Structure

0 properties

JSON STRUCTURE

Example Payloads

Wireframes Component Example

10 fields

EXAMPLE

Resources

🔗
Reference
Reference
🌐
Portal
Portal
🔗
Guide
Guide
🔗
Website
Website
🔧
Tools
Tools
🔗
JSONLDContext
JSONLDContext
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Figma REST API
  version: '1.0'
request:
  auth:
    type: apikey
    key: X-Figma-Token
    value: '{{X-Figma-Token}}'
    placement: header
items:
- info:
    name: Users
    type: folder
  items:
  - info:
      name: Get current user
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/me
    docs: Get current user
- info:
    name: Files
    type: folder
  items:
  - info:
      name: Get file JSON
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/files/:file_key
      params:
      - name: file_key
        value: ''
        type: path
    docs: Get file JSON
  - info:
      name: Get specific nodes from a file
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/files/:file_key/nodes
      params:
      - name: file_key
        value: ''
        type: path
    docs: Get specific nodes from a file
  - info:
      name: Get file metadata
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/files/:file_key/meta
      params:
      - name: file_key
        value: ''
        type: path
    docs: Get file metadata
  - info:
      name: Get file version history
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/files/:file_key/versions
      params:
      - name: file_key
        value: ''
        type: path
    docs: Get file version history
- info:
    name: Images
    type: folder
  items:
  - info:
      name: Render images of nodes in a file
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/images/:file_key
      params:
      - name: file_key
        value: ''
        type: path
    docs: Render images of nodes in a file
  - info:
      name: Get image fill URLs for a file
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/files/:file_key/images
      params:
      - name: file_key
        value: ''
        type: path
    docs: Get image fill URLs for a file
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: List projects in a team
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/teams/:team_id/projects
      params:
      - name: team_id
        value: ''
        type: path
    docs: List projects in a team
  - info:
      name: Get project metadata
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/projects/:project_id/meta
      params:
      - name: project_id
        value: ''
        type: path
    docs: Get project metadata
  - info:
      name: List files in a project
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/projects/:project_id/files
      params:
      - name: project_id
        value: ''
        type: path
    docs: List files in a project
- info:
    name: Comments
    type: folder
  items:
  - info:
      name: Get comments in a file
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/files/:file_key/comments
      params:
      - name: file_key
        value: ''
        type: path
    docs: Get comments in a file
  - info:
      name: Add a comment to a file
      type: http
    http:
      method: POST
      url: https://api.figma.com/v1/files/:file_key/comments
      params:
      - name: file_key
        value: ''
        type: path
    docs: Add a comment to a file
  - info:
      name: Delete a comment
      type: http
    http:
      method: DELETE
      url: https://api.figma.com/v1/files/:file_key/comments/:comment_id
      params:
      - name: file_key
        value: ''
        type: path
      - name: comment_id
        value: ''
        type: path
    docs: Delete a comment
- info:
    name: Reactions
    type: folder
  items:
  - info:
      name: Get reactions on a comment
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/files/:file_key/comments/:comment_id/reactions
      params:
      - name: file_key
        value: ''
        type: path
      - name: comment_id
        value: ''
        type: path
    docs: Get reactions on a comment
  - info:
      name: Add reaction to a comment
      type: http
    http:
      method: POST
      url: https://api.figma.com/v1/files/:file_key/comments/:comment_id/reactions
      params:
      - name: file_key
        value: ''
        type: path
      - name: comment_id
        value: ''
        type: path
    docs: Add reaction to a comment
  - info:
      name: Remove reaction from a comment
      type: http
    http:
      method: DELETE
      url: https://api.figma.com/v1/files/:file_key/comments/:comment_id/reactions
      params:
      - name: file_key
        value: ''
        type: path
      - name: comment_id
        value: ''
        type: path
    docs: Remove reaction from a comment
- info:
    name: Components
    type: folder
  items:
  - info:
      name: List team components
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/teams/:team_id/components
      params:
      - name: team_id
        value: ''
        type: path
    docs: List team components
  - info:
      name: List file components
      type: http
    http:
      method: GET
      url: https://api.figma.com/v1/files/:file_key/components
      params:
      - name: file_key
        value: ''
        type: path
    docs: List file components
bundled: true