jsonplaceholder.createPost
Add a new post by specifying title, body, and user ID to your JSONPlaceholder dataset.
Instructions
Create a new post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Post body | |
| title | No | Post title | |
| userId | No | User ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Response from the tool |