Cost Create
curl --request POST \
--url https://api.example.com/cost/create \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"costs": {},
"wb_user_id": "<string>"
}
'{
"ids": [
[
"<string>",
"<string>"
]
]
}Cost Create
POST
/
cost
/
create
Cost Create
curl --request POST \
--url https://api.example.com/cost/create \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"costs": {},
"wb_user_id": "<string>"
}
'{
"ids": [
[
"<string>",
"<string>"
]
]
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
Successful Response
Show child attributes
Show child attributes
Was this page helpful?
⌘I