Adobe Illustrator · Schema
TextFrameCreate
TextFrameCreate from Adobe Illustrator API
Creative CloudDesignIllustratorVector Graphics
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Name of the text frame. |
| kind | string | Type of text frame to create. |
| contents | string | The text content. |
| position | array | Position [x, y] in points. |
| width | number | Width for area text frames. |
| height | number | Height for area text frames. |
| orientation | string | Text orientation. |
| characterAttributes | object | |
| paragraphAttributes | object | |
| layer | string | Target layer name. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adobe-illustrator/refs/heads/main/json-schema/adobe-illustrator-scripting-text-frame-create-schema.json",
"title": "TextFrameCreate",
"description": "TextFrameCreate from Adobe Illustrator API",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the text frame.",
"example": "Example Artboard"
},
"kind": {
"type": "string",
"description": "Type of text frame to create.",
"enum": [
"PointText",
"AreaText",
"PathText"
],
"default": "PointText",
"example": "PointText"
},
"contents": {
"type": "string",
"description": "The text content.",
"example": "example_value"
},
"position": {
"type": "array",
"description": "Position [x, y] in points.",
"items": {
"type": "number"
},
"minItems": 2,
"maxItems": 2
},
"width": {
"type": "number",
"description": "Width for area text frames.",
"example": 72.0
},
"height": {
"type": "number",
"description": "Height for area text frames.",
"example": 72.0
},
"orientation": {
"type": "string",
"description": "Text orientation.",
"enum": [
"Horizontal",
"Vertical"
],
"default": "Horizontal",
"example": "Horizontal"
},
"characterAttributes": {
"$ref": "#/components/schemas/CharacterAttributes"
},
"paragraphAttributes": {
"$ref": "#/components/schemas/ParagraphAttributes"
},
"layer": {
"type": "string",
"description": "Target layer name.",
"example": "example_value"
}
},
"required": [
"contents",
"position"
]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adobe-illustrator-scripting-text-frame-create"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.