Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the searchable fields available when filtering content in a project.
cURL
curl --request GET \ --url https://api.beyondwords.io/v1/projects/{project_id}/content/search_fields \ --header 'X-Api-Key: <api-key>'
[ { "key": "title", "data_type": "string", "conditions": [ "is_text", "is_not_text" ], "options": [ "Example title name" ] } ]
project_id
successful
Search field key
Type of field
Conditions for search field
Possible options for search field
Was this page helpful?