Skip to content

Commit 7278710

Browse files
committed
update all changes
1 parent fe90c5b commit 7278710

File tree

79 files changed

+2979
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2979
-5
lines changed

docs/api/audit/audit-website.api.mdx

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/api/audit/wordlift-audit-api.info.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import Export from "@theme/ApiDemoPanel/Export";
1919

2020

2121

22-
The WordLift Audit API provides comprehensive SEO and AI-readiness analysis for websites.
23-
It evaluates site files, SEO fundamentals, structured data, content structure, image accessibility,
24-
automation readiness, and JavaScript rendering to provide actionable insights for improving
22+
The WordLift Audit API provides comprehensive SEO and AI-readiness analysis for websites.
23+
It evaluates site files, SEO fundamentals, structured data, content structure, image accessibility,
24+
automation readiness, and JavaScript rendering to provide actionable insights for improving
2525
both search engine and AI agent discoverability.
2626

2727

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: content-generation-completion
3+
title: "Content Generation Completion"
4+
description: "Content Generation Completion"
5+
custom_edit_url: null
6+
---
7+
8+
9+
10+
Generation completions.
11+
12+
13+
14+
```mdx-code-block
15+
import DocCardList from '@theme/DocCardList';
16+
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
17+
18+
<DocCardList items={useCurrentSidebarCategory().items}/>
19+
```
20+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: content-generation-records-export
3+
title: "Content Generation Records Export"
4+
description: "Content Generation Records Export"
5+
custom_edit_url: null
6+
---
7+
8+
9+
10+
Export Content Generation Records in text/csv format.
11+
12+
13+
14+
```mdx-code-block
15+
import DocCardList from '@theme/DocCardList';
16+
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
17+
18+
<DocCardList items={useCurrentSidebarCategory().items}/>
19+
```
20+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: content-generation-renders
3+
title: "Content Generation Renders"
4+
description: "Content Generation Renders"
5+
custom_edit_url: null
6+
---
7+
8+
9+
10+
Render the given prompt template.
11+
12+
13+
14+
```mdx-code-block
15+
import DocCardList from '@theme/DocCardList';
16+
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
17+
18+
<DocCardList items={useCurrentSidebarCategory().items}/>
19+
```
20+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: content-generation-stats
3+
title: "Content Generation Stats"
4+
description: "Content Generation Stats"
5+
custom_edit_url: null
6+
---
7+
8+
9+
10+
Manage content generation stats.
11+
12+
13+
14+
```mdx-code-block
15+
import DocCardList from '@theme/DocCardList';
16+
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
17+
18+
<DocCardList items={useCurrentSidebarCategory().items}/>
19+
```
20+
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
id: copy-rules
3+
title: "Copy"
4+
description: "Copy"
5+
sidebar_label: "Copy"
6+
hide_title: true
7+
hide_table_of_contents: true
8+
api: {"operationId":"copyRules","parameters":[{"description":"The project type","in":"query","name":"project_type","required":true,"schema":{"type":"string","description":"The project type, if applicable.","enum":["SMART_CONTENT","CONTENT_GENERATION"],"title":"ProjectType"}},{"description":"The source Content Generation id.","in":"query","name":"from_project_id","required":true,"schema":{"type":"integer","format":"int64"}},{"description":"The target Content Generation id.","in":"query","name":"to_project_id","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"201":{"description":"Created"},"401":{"description":"Authentication Failure"},"404":{"description":"Not Found"}},"security":[{"security_oauth2":[]}],"tags":["Rules"],"description":"Copy","method":"post","path":"/rules/copies","servers":[{"url":"https://api.wordlift.io"}],"securitySchemes":{"security_oauth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://s.wordlift.io/oauth/authorize/","scopes":{"basic":"basic scope"},"tokenUrl":"https://s.wordlift.io/oauth/token/"}},"type":"oauth2"}},"info":{"contact":{"email":"hello@wordlift.io","name":"WordLift","url":"https://wordlift.io"},"description":"Generate completions based on customized linguistic models.","license":{"name":"(c) copyright 2022-present WordLift","url":"https://wordlift.io"},"termsOfService":"https://wordlift.io/terms-of-service/","title":"Content Generation","version":"1.0"},"postman":{"name":"Copy","description":{"type":"text/plain"},"url":{"path":["rules","copies"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) The project type","type":"text/plain"},"key":"project_type","value":""},{"disabled":false,"description":{"content":"(Required) The source Content Generation id.","type":"text/plain"},"key":"from_project_id","value":""},{"disabled":false,"description":{"content":"(Required) The target Content Generation id.","type":"text/plain"},"key":"to_project_id","value":""}],"variable":[]},"method":"POST","auth":{"type":"oauth2","oauth2":[]}}}
9+
sidebar_class_name: "post api-method"
10+
info_path: api/content-generation/content-generation
11+
custom_edit_url: null
12+
---
13+
14+
import ApiTabs from "@theme/ApiTabs";
15+
import MimeTabs from "@theme/MimeTabs";
16+
import ParamsItem from "@theme/ParamsItem";
17+
import ResponseSamples from "@theme/ResponseSamples";
18+
import SchemaItem from "@theme/SchemaItem";
19+
import SchemaTabs from "@theme/SchemaTabs";
20+
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
21+
import TabItem from "@theme/TabItem";
22+
23+
## Copy
24+
25+
26+
27+
Copy
28+
29+
<details style={{"marginBottom":"1rem"}} data-collapsed={false} open={true}><summary style={{}}><strong>Query Parameters</strong></summary><div><ul><ParamsItem className={"paramsItem"} param={{"description":"The project type","in":"query","name":"project_type","required":true,"schema":{"type":"string","description":"The project type, if applicable.","enum":["SMART_CONTENT","CONTENT_GENERATION"],"title":"ProjectType"}}}></ParamsItem><ParamsItem className={"paramsItem"} param={{"description":"The source Content Generation id.","in":"query","name":"from_project_id","required":true,"schema":{"type":"integer","format":"int64"}}}></ParamsItem><ParamsItem className={"paramsItem"} param={{"description":"The target Content Generation id.","in":"query","name":"to_project_id","required":true,"schema":{"type":"integer","format":"int64"}}}></ParamsItem></ul></div></details><div><ApiTabs><TabItem label={"201"} value={"201"}><div>
30+
31+
Created
32+
33+
</div><div></div></TabItem><TabItem label={"401"} value={"401"}><div>
34+
35+
Authentication Failure
36+
37+
</div><div></div></TabItem><TabItem label={"404"} value={"404"}><div>
38+
39+
Not Found
40+
41+
</div><div></div></TabItem></ApiTabs></div>
42+
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
id: create-completion
3+
title: "Create a completion"
4+
description: "[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body) - no resources created"
5+
sidebar_label: "Create a completion"
6+
hide_title: true
7+
hide_table_of_contents: true
8+
api: {"description":"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body) - no resources created","operationId":"createCompletion","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"A request for a completion.","properties":{"frequency_penalty":{"type":"number","format":"double","exclusiveMaximum":false,"exclusiveMinimum":false,"maximum":2,"minimum":-2},"logit_bias":{"type":"object","additionalProperties":{"type":"integer","format":"int32"}},"max_tokens":{"type":"integer","format":"int32","minimum":1},"min_words":{"type":"integer","format":"int32","minimum":0},"model_id":{"type":"integer","format":"int64","minimum":1},"presence_penalty":{"type":"number","format":"double","exclusiveMaximum":false,"exclusiveMinimum":false,"maximum":2,"minimum":-2},"prompt":{"type":"string"},"stop":{"type":"string"},"temperature":{"type":"number","format":"double","exclusiveMaximum":false,"exclusiveMinimum":false,"maximum":2,"minimum":0}},"required":["prompt"],"title":"CompletionRequest"}}},"required":true},"responses":{"200":{"content":{"text/plain":{"schema":{"type":"string"}}},"description":"Found."},"401":{"description":"Authentication Failure"},"404":{"description":"Not Found"}},"security":[{"security_oauth2":[]}],"tags":["Content Generation Completion"],"method":"post","path":"/completions","servers":[{"url":"https://api.wordlift.io"}],"securitySchemes":{"security_oauth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://s.wordlift.io/oauth/authorize/","scopes":{"basic":"basic scope"},"tokenUrl":"https://s.wordlift.io/oauth/token/"}},"type":"oauth2"}},"jsonRequestBodyExample":{"frequency_penalty":0,"logit_bias":{},"max_tokens":0,"min_words":0,"model_id":0,"presence_penalty":0,"prompt":"string","stop":"string","temperature":0},"info":{"contact":{"email":"hello@wordlift.io","name":"WordLift","url":"https://wordlift.io"},"description":"Generate completions based on customized linguistic models.","license":{"name":"(c) copyright 2022-present WordLift","url":"https://wordlift.io"},"termsOfService":"https://wordlift.io/terms-of-service/","title":"Content Generation","version":"1.0"},"postman":{"name":"Create a completion","description":{"content":"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body) - no resources created","type":"text/plain"},"url":{"path":["completions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}},"auth":{"type":"oauth2","oauth2":[]}}}
9+
sidebar_class_name: "post api-method"
10+
info_path: api/content-generation/content-generation
11+
custom_edit_url: null
12+
---
13+
14+
import ApiTabs from "@theme/ApiTabs";
15+
import MimeTabs from "@theme/MimeTabs";
16+
import ParamsItem from "@theme/ParamsItem";
17+
import ResponseSamples from "@theme/ResponseSamples";
18+
import SchemaItem from "@theme/SchemaItem";
19+
import SchemaTabs from "@theme/SchemaTabs";
20+
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
21+
import TabItem from "@theme/TabItem";
22+
23+
## Create a completion
24+
25+
26+
27+
[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body) - no resources created
28+
29+
<MimeTabs><TabItem label={"application/json"} value={"application/json-schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Request Body</strong><strong style={{"fontSize":"var(--ifm-code-font-size)","color":"var(--openapi-required)"}}> required</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"frequency_penalty"} required={false} schemaName={"double"} qualifierMessage={"**Possible values:** `>= -2` and `<= 2`"} schema={{"type":"number","format":"double","exclusiveMaximum":false,"exclusiveMinimum":false,"maximum":2,"minimum":-2}}></SchemaItem><SchemaItem collapsible={true} className={"schemaItem"}><details style={{}}><summary style={{}}><strong>logit_bias</strong><span style={{"opacity":"0.6"}}> object</span></summary><div style={{"marginLeft":"1rem"}}><SchemaItem name={"property name*"} required={false} schemaName={"int32"} qualifierMessage={undefined} schema={{"type":"integer","format":"int32"}} collapsible={false} discriminator={false}></SchemaItem></div></details></SchemaItem><SchemaItem collapsible={false} name={"max_tokens"} required={false} schemaName={"int32"} qualifierMessage={"**Possible values:** `>= 1`"} schema={{"type":"integer","format":"int32","minimum":1}}></SchemaItem><SchemaItem collapsible={false} name={"min_words"} required={false} schemaName={"int32"} qualifierMessage={undefined} schema={{"type":"integer","format":"int32","minimum":0}}></SchemaItem><SchemaItem collapsible={false} name={"model_id"} required={false} schemaName={"int64"} qualifierMessage={"**Possible values:** `>= 1`"} schema={{"type":"integer","format":"int64","minimum":1}}></SchemaItem><SchemaItem collapsible={false} name={"presence_penalty"} required={false} schemaName={"double"} qualifierMessage={"**Possible values:** `>= -2` and `<= 2`"} schema={{"type":"number","format":"double","exclusiveMaximum":false,"exclusiveMinimum":false,"maximum":2,"minimum":-2}}></SchemaItem><SchemaItem collapsible={false} name={"prompt"} required={true} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string"}}></SchemaItem><SchemaItem collapsible={false} name={"stop"} required={false} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string"}}></SchemaItem><SchemaItem collapsible={false} name={"temperature"} required={false} schemaName={"double"} qualifierMessage={"**Possible values:** `<= 2`"} schema={{"type":"number","format":"double","exclusiveMaximum":false,"exclusiveMinimum":false,"maximum":2,"minimum":0}}></SchemaItem></ul></details></TabItem></MimeTabs><div><ApiTabs><TabItem label={"200"} value={"200"}><div>
30+
31+
Found.
32+
33+
</div><div><MimeTabs schemaType={"response"}><TabItem label={"text/plain"} value={"text/plain"}><SchemaTabs><TabItem label={"Schema"} value={"Schema"}><details style={{}} data-collapsed={false} open={true}><summary style={{"textAlign":"left"}}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><div style={{"marginTop":".5rem","marginBottom":".5rem","marginLeft":"1rem"}}>
34+
35+
string
36+
37+
</div></ul></details></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"401"} value={"401"}><div>
38+
39+
Authentication Failure
40+
41+
</div><div></div></TabItem><TabItem label={"404"} value={"404"}><div>
42+
43+
Not Found
44+
45+
</div><div></div></TabItem></ApiTabs></div>
46+

0 commit comments

Comments
 (0)