POST api/Articles?content={content}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
content

string

Required

Body Parameters

Collection of Articles
NameDescriptionTypeAdditional information
Id

integer

None.

Slug

string

Required

Max length: 200

Title

string

None.

Excerpt

string

None.

Content

string

None.

CoverImage

string

None.

Author

string

None.

ReadingTimeMinutes

integer

None.

Keywords

string

None.

MetaTitle

string

None.

MetaDescription

string

None.

CanonicalUrl

string

None.

SchemaJson

string

None.

ClusterName

string

None.

GenerationSource

string

None.

AiModel

string

None.

Status

string

None.

Views

integer

None.

AnchorPhrases

string

None.

IsFeatured

boolean

None.

IsPublished

boolean

None.

EnableInternalLinking

boolean

None.

PublishedDate

date

None.

CreatedAt

date

None.

UpdatedAt

date

None.

ArticleTags

Collection of ArticleTags

None.

CategoryId

integer

None.

Category

Categories

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>