Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://ai.wisepilot.app/api/v1/content/assets/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "contentId": "<string>", "title": "<string>", "assetType": "<string>", "status": "<string>", "excerpt": "<string>", "rawContent": "<string>", "primaryKeyword": "<string>", "secondaryKeyword": "<string>", "seoTitle": "<string>", "seoDescription": "<string>", "seoContext": {}, "journeyStage": "<string>", "intent": "<string>", "optimizationScore": 123, "categories": [ "<string>" ], "tags": [ "<string>" ], "publishDate": "2023-11-07T05:31:56Z", "author": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "sections": [ { "id": "<string>", "sectionType": "<string>", "title": "<string>", "content": "<string>", "sortOrder": 123 } ] } }
Full asset detail including sections, SEO context, and metadata.
API key prefixed with cr_ (e.g. cr_a1b2c3...)
cr_
cr_a1b2c3...
Asset content_id
Website ID. Auto-resolved if key has single website scope.
Asset detail
Show child attributes