Documents API
The List Documents functionality is located at https://app.marketix.io/api/v1/documents and provides several optional parameters to filter and sort the returned results.
These parameters include search, search_by, template_id, favorite, sort_by, sort, and per_page.
The endpoint returns documents based on the provided parameters, with each document belonging to a certain template ID.
The Show Documents functionality is located at https://app.marketix.io/api/v1/documents/{id} and returns a specific document.
The {id} value is a placeholder for a specific document ID.
The endpoint requires an API key for authorization and returns the document with the specified ID in JSON format.
With this endpoint, you can easily create new documents with just a few simple steps. Simply send a POST request to https://app.marketix.io/api/v1/documents with your API key, document name, and instructions for the AI.
You can even specify the level of creativity you want, from repetitive to imaginative.
It's quick, easy, and the perfect tool for anyone looking to generate high-quality content with minimal effort.
With this endpoint, you can easily update your existing documents in just a few simple steps.
Simply send a PUT or PATCH request to https://app.marketix.io/api/v1/documents/{id} with your API key and the new document name, result, or favorite status.
You can choose to update one or all of these fields based on your requirements. It's quick, easy, and the perfect tool for anyone looking to make changes to their content without any hassle.
Last updated