Skip to Content
Open API v1ClipsSend Clip to Readwise

API: Send Clip to Readwise

Send one ready Clip to the authenticated user’s connected Readwise Reader account.

Endpoint

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

Path Parameters

  • id: Positive integer Clip ID.

Response

type Response = { success: true, result: { url: string, }, }

Error Responses

StatusErrorDescription
400Invalid Clip ID.
400not_connectedReadwise is not connected.
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.
502readwise_errorUnexpected Readwise API error.

Last updated on