Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Path Parameters
The Account Id
Body
application/json
Response
200 - application/json
A successful response.
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": "sk-1234567890abcdef"
}'{
"name": "<string>",
"keyName": "<string>",
"value": "sk-1234567890abcdef"
}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": "sk-1234567890abcdef"
}'{
"name": "<string>",
"keyName": "<string>",
"value": "sk-1234567890abcdef"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
A successful response.
Was this page helpful?