API Call for Meta description generator

Created on 29 June 2023, about 1 year ago
Updated 25 October 2023, 11 months ago

This is a Sub Issue.

We like to implement Sidekick API calls per field.
See: https://www.drupal.org/project/sidekick/issues/3371314 Seperate API calls which are available for fields Fixed

This API call should be available and selectable for:
- Text Fields
- Text areas

How to call the API:
```
curl --request POST \
--url 'https://assistant.ai-sidekick.app/api/v1/chat?language=de' \
--header 'Authorization: Bearer {ENTER_TOKEN_HERE}' \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '{
"module": "meta_description",
"user_input": [
{"identifier": "content", "value": "Test Content"},
{"identifier": "title", "value": "Test Title"}
]
}'
```

Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

🇦🇹Austria Grienauer Vienna

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024