# StreamPublisher and REST API

**URL:** https://community.wowza.com/t/streampublisher-and-rest-api/51210
**Category:** Wowza Streaming Engine
**Created:** [April 25, 2018, 11:29pm UTC](https://community.wowza.com/t/streampublisher-and-rest-api/51210 "2018-04-25T23:29:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ninos\_Yacoub](https://avatars.discourse-cdn.com/v4/letter/n/b782af/32.png) [@Ninos\_Yacoub](https://community.wowza.com/u/Ninos_Yacoub)
#### Post date: [April 25, 2018, 11:29pm UTC](https://community.wowza.com/t/streampublisher-and-rest-api/51210/1 "2018-04-25T23:29:29Z")

</div>

Is it possible to create a stream and playlist for the StreamPublisher module using the REST API?

Also, is it possible to “reload” the playlist using the REST API?

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [October 3, 2019, 4:14pm UTC](https://community.wowza.com/t/streampublisher-and-rest-api/51210/2 "2019-10-03T16:14:18Z")

</div>

No, at this time it is only available through the Java API, but you can wrap up the StreamPublisher module within an HTTPProvider, and allow that to create/manage the Stream object through an HTTP call (similar to REST API)

[https://www.wowza.com/docs/how-to-control-stream-class-streams-dynamically-httpstreamcontrol](https://www.wowza.com/docs/how-to-control-stream-class-streams-dynamically-httpstreamcontrol)
