Fetch IWAC item
fetchRetrieve the full text and metadata of one IWAC item by an id returned from search (format ':', e.g. 'articles:28576'). Returns {id, title, text, url, metadata}: text is the item's OCR / abstract / transcription / description, url is the canonical islam.zmo.de link to cite, and metadata holds the remaining fields (author, date, country, newspaper, AI sentiment, …). Categories: articles, publications, references, documents, index, audiovisual, images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Item id from search, e.g. 'articles:28576' or 'references:11045' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | No | ||
| text | Yes | ||
| title | No | ||
| category | Yes | ||
| metadata | Yes | ||
| text_source | No | ||
| text_truncated | No | ||
| recommended_tool | No | ||
| recommended_usage | No |