Retour à WordPress
Connecter Knoon AI avec WordPress pour automatiser les flux de travail AI.
List media items from WordPress media library.
wordpressXmlRpcDefaultDefaultGetMediaLibrary
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| search | mustache | Optional search query. | Non |
| mediaType | string | Optional media type. | Non |
| mimeType | mustache | Optional mime type. Example: image/jpeg. | Non |
| parentId | mustache | Optional parent post ID. | Non |
| limit | mustache | Rows per page (1-100). Defaults to 20. | Non |
| page | mustache | Page number. Defaults to 1. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| mediaId | string | WordPress media ID. |
| sourceUrl | string | Public media URL. |
| mimeType | string | Media MIME type. |
| fileName | string | Media file name. |
| title | string | Media title. |
| altText | string | Media alt text. |
| caption | string | Media caption. |