curl --location --request POST 'https://api.getmetal.io/v1/apps' \ --header 'Content-Type: application/json' \ --header 'x-metal-api-key: <api-key>' \ --header 'x-metal-client-id: <client-id>' \ --data-raw '{ "name": "Metal App" "indexes": ["indexID"] }'
{ "data": { "id": "6535126922af1b89d6d22ffa", "name": "Metal App", "indexes": ["indexID"] } }
This endpoint creates an app.
Documentation IndexFetch the complete documentation index at: https://docs.getmetal.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getmetal.io/llms.txt
Use this file to discover all available pages before exploring further.
Show properties