marketix
LoginSign Up
  • Welcome!
  • Getting Started
  • Best Practices
  • Pricing
  • FAQ
  • Documents API
    • Documents: List
    • Documents: Show
    • Document: Store
    • Document: Update
Powered by GitBook
On this page

Documents API

PreviousFAQNextDocuments: List

Last updated 2 years ago

The List Documents functionality is located at 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 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 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 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.

https://app.marketix.io/api/v1/documents
https://app.marketix.io/api/v1/documents/{id}
https://app.marketix.io/api/v1/documents
https://app.marketix.io/api/v1/documents/{id}