v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBFigma attachments
Create a Figma attachment
Create a new Figma attachment.
post/projects/{project_id}/figma_attachments
Path parameters
project_idstring required
Project ID
Query parameters
branchstring
specify the branch to use
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Request body
Example request
{
"branch": "my-feature-branch",
"url": "https://figma.com/file/xxxxx/sample"
}Response
Created
Example response
{
"id": "626ea67628690c73ac86ac81eec2d185",
"url": "https://figma.com/file/something",
"created_at": "2017-01-28T09:52:53Z",
"updated_at": "2017-01-28T09:52:53Z"
}