Skip to content
Get an API key

Generate on a board with a skill

POST /boards/{boardId}/skills/{skillId}/apply

Updated 16 Sep 20262 min read
POST/boards/{boardId}/skills/{skillId}/applyTry it
Basehttps://api.mockflow.com/v1Scopesai:generateboards:write

Runs a generation with the skill's instructions appended to the prompt and its output type forced, as the editor does when a skill is active.

Authorization

Authorizationstringheaderrequired

Bearer <key>. The key needs ai:generate and boards:write scopes. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.

Path parameters

boardIdstringpathrequired
skillIdstringpathrequired

Headers

Idempotency-Keystringheader

A unique key per logical request. Replays within 24 hours return the original response.

Body

application/json
promptstringrequired
withImagesboolean

Response

202 · application/json
idstring
kindenum<string>

One of item.create, item.update, item.delete, item.batch, ai.generate, ai.modify or skill.apply.

statusenum<string>

One of queued, running, succeeded or failed.

progressinteger
messagestring

Human readable progress, for example "Placing kanban".

resultobject | null
Child attributes
itemIdsstring[]
updatedstring[]
deletedstring[]
creditsUsedinteger
boardTitlestring | null
skillstring | null
convertedFromstring
sourceDeletedboolean
errorerror
Child attributes
codeenum<string>required

One of unauthorized, forbidden, not_found, validation_failed, conflict, plan_limit, rate_limited or internal.

messagestringrequired
detailsobject[]
docsUrlstring
upgradeUrlstring
createdAtstring
finishedAtstring | null

Errors

402plan_limit

The workspace plan does not allow this, or AI credits are exhausted.

429rate_limited

Too many requests.

Was this page helpful?

Sign in to MockFlow

The same account you use in the app and on the API.

Forgot your password?
or
Continue with GoogleContinue with Microsoft