Skip to Content
Open API v1ClipsSend Clip to Notion

API: Send Clip to Notion

Send one ready Clip to the authenticated user’s configured Notion Clip database.

Endpoint

POSThttps://app.podwise.ai/api/open/v1/clips/[id]/send/notion

Path Parameters

  • id: Positive integer Clip ID.

Response

type Response = { success: true, result: { url: string, // Present when the page was created but some content failed to write warning?: string, }, }

Error Responses

StatusErrorDescription
400Invalid Clip ID.
400not_connectedNotion is not connected.
400not_configuredThe Notion Clip database is not configured.
400property_not_existsA configured Notion property does not exist.
401unauthorizedThe Notion API token is invalid or expired.
402Open API or export features are not available for the current plan.
404not_foundClip does not exist or is not owned by the authenticated user.
404not_readyClip is not ready to export.
404database_not_foundThe configured Notion database was not found.
429rate_limitedNotion rate limited the request.
502notion_errorUnexpected Notion API error.
504timeoutNotion API request timed out.

Last updated on