Entry GET API

Entry GET Endpoint:

This will return the most relevant entries with the highest net_score for powerful results.

https://www.vastapibase.com/api/entry_by_category_title/{category}/{title|name}/

Expected JSON Output:


	

Entry PUT API

Create Entry Endpoint:

Use this endpoint to create a new entry with title, description, metadata, tags, category, and optional images.

https://www.vastapibase.com/api/create_entry/

Update Entry Endpoint:

Use this endpoint to update an existing entry by ID.

https://www.vastapibase.com/api/update_entry/{entry_id}/

JSON Body To Send:



		

Notes:

  • Use post for POST request and put for PUT request.
  • List must be empty like [] if no values are present.
  • If required values are not present a vailidation error will be returned.
  • Tags are created automatically if they don’t already exist.
  • Required metadata fields vary by category schema.
  • Duplicate entries (same title, category, and user) are not allowed.

  • Home


  • Search


  • Profile


  • Add Entry


  • Api's


  • Marketing