Skip to main content

Ingesting data into Enterspeed

Now it’s time to ingest dummy data into Enterspeed. This is done via the Enterspeed Ingest API. We have created a Postman collection, so you can easily import it to Postman. If you prefer to do it manually, or if you’re using another application, you can copy the cURL requests below. Start by ingesting what will be your blog collection page. Remember to replace the value of X-Api-Key with your Data Source API key.
Blog collection
The originId is the value provided after v2 in the URL, in the example below it’s 1.The originId must be unique, or else it will override the entity that has the originId.Example: https://api.enterspeed.com/ingest/v2/THE-ORIGIN-ID-GOES-HEREYou can read more about our Delivery API here.
Next, it’s time to ingest the individual blog posts. Remember to change the originId if you ingest multiple. Notice that the originParentId refers to the Blog collection we ingested above.
Blog post #1
Once this is done, it’s time to begin designing your APIs via our schema designer.