# POST Request doesn't Work | API

Copy for LLM[View as Markdown](</articles/api-reference/Technical questions/post-request-doesn't-work-or-api.md>)

* You need to send parameters domain, originalURL and title in the POST body. Be careful not to send them in query string.

* The body of POST request must be sent in JSON format.

* The request needs a "content-type": "application/json" header.

Please, check. Otherwise, contact support.
