All Collections
API and Technical Questions
POST Request doesn't Work | API
POST Request doesn't Work | API
Andy Kostenko avatar
Written by Andy Kostenko
Updated over a week ago
  • 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.

Did this answer your question?