Arguments
| Name | Type | Description |
|---|---|---|
slug | string | The public_slug returned by list_blog_posts. |
Returns
A blog post object with the same shape as the items returned bylist_blog_posts:
Errors
Raises an error if no published blog post exists with that slug.Example prompts
“Fetch the drop-one-script-tag blog post and turn it into a LinkedIn post under 1000 characters.”
“Get the full content of our latest blog and extract every code snippet into a list.”