Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Path Parameters
The Account Id
curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/secrets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"keyName": "<string>",
"value": "<string>"
}'{
"name": "<string>",
"keyName": "<string>",
"value": "<string>"
}curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/secrets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"keyName": "<string>",
"value": "<string>"
}'{
"name": "<string>",
"keyName": "<string>",
"value": "<string>"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
Was this page helpful?