https://docs.strapi.io/dev-docs/api/rest#create-an-entry
import { createEntry } from "strapi-rest"await createEntry({ apiUrl: "http://localhost:1337/api/", collection: "posts", data: { title: "Hello world" }}) Copy
import { createEntry } from "strapi-rest"await createEntry({ apiUrl: "http://localhost:1337/api/", collection: "posts", data: { title: "Hello world" }})
Generated using TypeDoc
Link
https://docs.strapi.io/dev-docs/api/rest#create-an-entry
Example