Create Screen Version
Tool to create a new version of a screen. Use when uploading a new design snapshot (PNG or JPEG image) as a screen version. Requires a valid project_id, screen_id, and an image file. Optionally include a commit_message.
Zeplin is a design delivery platform that connects designers and developers, enabling access to design resources like projects, screens, components, and assets.
Tool to create a new version of a screen. Use when uploading a new design snapshot (PNG or JPEG image) as a screen version. Requires a valid project_id, screen_id, and an image file. Optionally include a commit_message.
Tool to create a new styleguide color. Use after obtaining the styleguide ID to define custom color tokens.
Tool to delete a screen annotation in Zeplin. Use when you need to remove a specific annotation from a Zeplin screen given its IDs.
Tool to fetch a single screen annotation. Use when you know the screen_id and annotation_id and need the detailed annotation data.
Tool to get a single screen section. Use when you need to fetch detailed information of a screen section by its ID after confirming the project and section IDs.
Tool to retrieve a specific screen version. Use after specifying both screen_id and version_id when you need detailed snapshot metadata.
Tool to get a Zeplin project by ID. Use when you need detailed info about a specific project after confirming its project_id.
Tool to invite a user to a Zeplin project. Use when you need to add a member by email or username to a project after obtaining the project ID.
Tool to list personal projects. Use when you need to fetch all projects in the current user's personal workspace after authentication.
Tool to list colors in a Zeplin project. Use when you need to fetch defined color tokens at the project level after obtaining the project ID.
Tool to list connected components in a Zeplin project. Use when you have the project_id and need to retrieve connected components in a specific project.
Tool to list text styles in a Zeplin project. Use when you need to fetch typography tokens defined at the project level after obtaining the project ID.
Tool to list annotations for a Zeplin screen. Use when you have the screen_id and need its annotations.
Tool to list components in a Zeplin screen. Use when you have the screen_id and need to retrieve UI components in a specific screen.
Tool to list screen sections in a Zeplin project. Use when you need a paginated list of screen sections after confirming the project ID.
Tool to list all versions of a screen. Use when you need to enumerate past screen snapshots after obtaining a screen ID.
Tool to list colors in a Zeplin styleguide. Use when you need to fetch defined color tokens after obtaining the styleguide ID.
Tool to list text styles in a Zeplin styleguide. Use when you need to fetch defined typography tokens after obtaining the styleguide ID.
Tool to start OAuth 2.0 authorization code flow for Zeplin apps. Use when initiating user authorization; call before exchanging the code.
Tool to update a color in a Zeplin project. Use when you need to modify RGBA channels or source ID of an existing color after confirming the project and color IDs.
Tool to update a text style in a Zeplin project. Use when you need to modify typography settings of an existing text style after confirming the project and text style IDs.
Tool to update a screen annotation's content, position, or type. Use after confirming screen_id and annotation_id.
Tool to update a color in a Zeplin styleguide. Use after obtaining the styleguide and color IDs.
Tool to update a text style in a Zeplin styleguide. Use when you need to modify typography settings of an existing text style after confirming the styleguide and text style IDs.