cURL
curl --request GET \ --url https://voxworks.ai/api/v1/object-types \ --header 'Authorization: Bearer <token>'
{ "success": true, "object_types": [ { "id": "<string>", "type_name": "<string>", "display_name": "<string>", "description": "<string>", "schema": {}, "unique_by_contact": true } ] }
Documentation IndexFetch the complete documentation index at: https://docs.voxworks.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key from Voxworks, sent as Authorization: Bearer YOUR_API_KEY.
Authorization: Bearer YOUR_API_KEY
1 <= x <= 500
Object types returned.
Show child attributes