PPylon Developers
ApiContent Sources

Create Content Source

POST
/api/admin/v1/content/sources
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/admin/v1/content/sources" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "provider": "string",    "strategy": "StaticHtml",    "baseUrl": "string",    "trustLevel": "Low"  }'
null
{
  "code": "string",
  "message": "string"
}