inklet docs

Retrieve content

GET/api/sdk/v1/contents/{contentId}

Authorization

bearerAuth
AuthorizationBearer <token>

A personal access token created in the inklet portal. Server-side use only.

In: header

Path Parameters

contentId*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/sdk/v1/contents/string"
{  "id": "string",  "mode": "auto",  "requestedDisplayId": "string",  "intent": "string",  "title": "string",  "state": "pending",  "assets": [    {      "assetIndex": 0,      "type": "text",      "text": "string",      "url": "http://example.com",      "filename": "string",      "contentType": "string",      "sizeBytes": 0,      "uploadState": "pending"    }  ],  "upload": {    "status": "awaiting_upload",    "failedAssetIndexes": [      0    ]  },  "processing": {    "stage": "awaiting_upload",    "warnings": [      {        "code": "string",        "message": "string",        "stage": "string",        "retryable": true,        "assetIndex": 0      }    ],    "error": {      "code": "string",      "message": "string",      "stage": "string",      "retryable": true,      "assetIndex": 0    }  },  "presentationIds": [    "string"  ],  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}