Topic trees, content metadata, video transcripts, and exercises.
Content Metadata
ASYNCREADNo auth
Returns title, description, duration, slug, and YouTube ID for a content item.
ParametersFormJSON
Khan Academy content ID for the video, article, or exercise
Content type: Video, Article, or Exercise
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_khanacademy_content_metadata", "params": { "content_id": "xc31f2c840e7a1393", "content_kind": "Video" } }'