Help with the API

I’m currently working on a 3rd party application that is trying to interact with NZBDrone, but I’m running into trouble using the API - particularly when trying to add a new series to the library. Based on the API documentation, I’m sending a POST request to http://{ipaddress}:{port}/api/series/ with the X-API-Key header and all the required parameters in the body of the request, but I keep getting a 500 Internal Server Error. Is there a specific way I’m supposed to encode the parameters in the request or something like that? Right now I’m just encoding it as a query string, e.g. “tvdbId=12345&title=the%20title%20here” and so on.

NEVER MIND. Figured it out. Needed to be JSON encoded. All is good.

what is the app, for yourself or are you going to set it free